Shades of Maroon #720C04
Tints of Maroon #720C04
RGB
CMYK
RGB Variations
Color information
#720C04 (or 0x720C04) is known color: Maroon. HEX triplet: 72, 0C and 04. RGB value is (114,12,4). Sum of RGB (Red+Green+Blue) = 114+12+4=130 (17% of max value = 765). Red value is 114 (44.92% from 255 or 87.69% from 130); Green value is 12 (5.08% from 255 or 9.23% from 130); Blue value is 4 (1.95% from 255 or 3.08% from 130); Max value from RGB is 114 - color contains mainly: red. Hex color #720C04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720C04 is #8DF3FB. Grayscale: #292929. Windows color (decimal): -9303036 or 265330. OLE color: 265330.
HSL color Cylindrical-coordinate representation of color #720C04: hue angle of 4.36º 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 #720C04 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 12 | 4 | - |
| CMYK | 0 | 0.89 | 0.96 | 0.55 |
| HSL | 4.36º | 0.93% | 0.23% | - |
| HSV(B) | 4.36º | 0.96% | 0.45% | - |
| XYZ | 7.09 | 3.85 | 0.48 | - |
| YUV | 41.59 | 106.79 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 12 | 4 | 0 | 0.89 | 0.96 | 0.55 | 4.36 | 0.93 | 0.23 |
| Hex | 72 | C | 4 | 0 | 59 | 60 | 37 | 4 | 5D | 17 |
| Octal | 162 | 14 | 4 | 0 | 131 | 140 | 67 | 4 | 135 | 27 |
| Binary | 1110010 | 1100 | 100 | 0 | 1011001 | 1100000 | 110111 | 100 | 1011101 | 10111 |
Color Harmonies of #720C04
Complementary color
Monochromatic Colors of #720C04
Black with #720C04
Text Example
Text Example
White with #720C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720C04; }
p { color: rgb(114,12,4); }
H1.HeaderClassName
{
color: #720C04;
}
.AnyTagClassName
{
color: #720C04;
}
</style>
background-color css
<style>
a { background-color: #720C04; }
a { background-color: rgb(114,12,4); }
div.DivClassName
{
background-color: #720C04;
}
.BgClassName
{
background-color: #720C04;
}
</style>
border-color css
<style>
span { border-color: #720C04; }
span { border-color: rgb(114,12,4); }
td.TdClassName
{
border-color: #720C04;
}
.TagClassName
{
border-color: #720C04;
}
</style>