Maroon (#800000) to RGB

Convert the maroon hex color code to its RGB equivalent, with a live preview and a ready-to-use converter.

#800000 = rgb(128, 0, 0)

Color Values

Hex#800000
RGBrgb(128, 0, 0)
Red128
Green0
Blue0

Convert Any Hex Color

✅ RGB Value: rgb(128, 0, 0)

Frequently Asked Questions

What is the RGB value of Maroon?

Maroon (#800000) is rgb(128, 0, 0) in RGB.

What is the hex code for Maroon?

The hex code for Maroon is #800000, which is rgb(128, 0, 0) in RGB.

How do I use Maroon in CSS?

In CSS you can use either form interchangeably: color: #800000; or color: rgb(128, 0, 0);