Shades of Maroon #720C09
Tints of Maroon #720C09
RGB
CMYK
RGB Variations
Color information
#720C09 (or 0x720C09) is known color: Maroon. HEX triplet: 72, 0C and 09. RGB value is (114,12,9). Sum of RGB (Red+Green+Blue) = 114+12+9=135 (17% of max value = 765). Red value is 114 (44.92% from 255 or 84.44% from 135); Green value is 12 (5.08% from 255 or 8.89% from 135); Blue value is 9 (3.91% from 255 or 6.67% from 135); Max value from RGB is 114 - color contains mainly: red. Hex color #720C09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720C09 is #8DF3F6. Grayscale: #2A2A2A. Windows color (decimal): -9303031 or 593010. OLE color: 593010.
HSL color Cylindrical-coordinate representation of color #720C09: hue angle of 1.71º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #720C09 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 12 | 9 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.55 |
| HSL | 1.71º | 0.85% | 0.24% | - |
| HSV(B) | 1.71º | 0.92% | 0.45% | - |
| XYZ | 7.12 | 3.86 | 0.63 | - |
| YUV | 42.16 | 109.29 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 12 | 9 | 0 | 0.89 | 0.92 | 0.55 | 1.71 | 0.85 | 0.24 |
| Hex | 72 | C | 9 | 0 | 59 | 5C | 37 | 2 | 55 | 18 |
| Octal | 162 | 14 | 11 | 0 | 131 | 134 | 67 | 2 | 125 | 30 |
| Binary | 1110010 | 1100 | 1001 | 0 | 1011001 | 1011100 | 110111 | 10 | 1010101 | 11000 |
Color Harmonies of #720C09
Complementary color
Monochromatic Colors of #720C09
Black with #720C09
Text Example
Text Example
White with #720C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720C09; }
p { color: rgb(114,12,9); }
H1.HeaderClassName
{
color: #720C09;
}
.AnyTagClassName
{
color: #720C09;
}
</style>
background-color css
<style>
a { background-color: #720C09; }
a { background-color: rgb(114,12,9); }
div.DivClassName
{
background-color: #720C09;
}
.BgClassName
{
background-color: #720C09;
}
</style>
border-color css
<style>
span { border-color: #720C09; }
span { border-color: rgb(114,12,9); }
td.TdClassName
{
border-color: #720C09;
}
.TagClassName
{
border-color: #720C09;
}
</style>