Shades of Maroon #721204
Tints of Maroon #721204
RGB
CMYK
RGB Variations
Color information
#721204 (or 0x721204) is known color: Maroon. HEX triplet: 72, 12 and 04. RGB value is (114,18,4). Sum of RGB (Red+Green+Blue) = 114+18+4=136 (18% of max value = 765). Red value is 114 (44.92% from 255 or 83.82% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 4 (1.95% from 255 or 2.94% from 136); Max value from RGB is 114 - color contains mainly: red. Hex color #721204 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721204 is #8DEDFB. Grayscale: #2D2D2D. Windows color (decimal): -9301500 or 266866. OLE color: 266866.
HSL color Cylindrical-coordinate representation of color #721204: hue angle of 7.64º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #721204 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 18 | 4 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.55 |
| HSL | 7.64º | 0.93% | 0.23% | - |
| HSV(B) | 7.64º | 0.96% | 0.45% | - |
| XYZ | 7.18 | 4.02 | 0.51 | - |
| YUV | 45.11 | 104.8 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 18 | 4 | 0 | 0.84 | 0.96 | 0.55 | 7.64 | 0.93 | 0.23 |
| Hex | 72 | 12 | 4 | 0 | 54 | 60 | 37 | 8 | 5D | 17 |
| Octal | 162 | 22 | 4 | 0 | 124 | 140 | 67 | 10 | 135 | 27 |
| Binary | 1110010 | 10010 | 100 | 0 | 1010100 | 1100000 | 110111 | 1000 | 1011101 | 10111 |
Color Harmonies of #721204
Complementary color
Monochromatic Colors of #721204
Black with #721204
Text Example
Text Example
White with #721204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721204; }
p { color: rgb(114,18,4); }
H1.HeaderClassName
{
color: #721204;
}
.AnyTagClassName
{
color: #721204;
}
</style>
background-color css
<style>
a { background-color: #721204; }
a { background-color: rgb(114,18,4); }
div.DivClassName
{
background-color: #721204;
}
.BgClassName
{
background-color: #721204;
}
</style>
border-color css
<style>
span { border-color: #721204; }
span { border-color: rgb(114,18,4); }
td.TdClassName
{
border-color: #721204;
}
.TagClassName
{
border-color: #721204;
}
</style>