Shades of Maroon #720C02
Tints of Maroon #720C02
RGB
CMYK
RGB Variations
Color information
#720C02 (or 0x720C02) is known color: Maroon. HEX triplet: 72, 0C and 02. RGB value is (114,12,2). Sum of RGB (Red+Green+Blue) = 114+12+2=128 (16% of max value = 765). Red value is 114 (44.92% from 255 or 89.06% from 128); Green value is 12 (5.08% from 255 or 9.38% from 128); Blue value is 2 (1.17% from 255 or 1.56% from 128); Max value from RGB is 114 - color contains mainly: red. Hex color #720C02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720C02 is #8DF3FD. Grayscale: #292929. Windows color (decimal): -9303038 or 134258. OLE color: 134258.
HSL color Cylindrical-coordinate representation of color #720C02: hue angle of 5.36º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #720C02 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 12 | 2 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.55 |
| HSL | 5.36º | 0.97% | 0.23% | - |
| HSV(B) | 5.36º | 0.98% | 0.45% | - |
| XYZ | 7.08 | 3.84 | 0.43 | - |
| YUV | 41.36 | 105.79 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 12 | 2 | 0 | 0.89 | 0.98 | 0.55 | 5.36 | 0.97 | 0.23 |
| Hex | 72 | C | 2 | 0 | 59 | 62 | 37 | 5 | 61 | 17 |
| Octal | 162 | 14 | 2 | 0 | 131 | 142 | 67 | 5 | 141 | 27 |
| Binary | 1110010 | 1100 | 10 | 0 | 1011001 | 1100010 | 110111 | 101 | 1100001 | 10111 |
Color Harmonies of #720C02
Complementary color
Monochromatic Colors of #720C02
Black with #720C02
Text Example
Text Example
White with #720C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720C02; }
p { color: rgb(114,12,2); }
H1.HeaderClassName
{
color: #720C02;
}
.AnyTagClassName
{
color: #720C02;
}
</style>
background-color css
<style>
a { background-color: #720C02; }
a { background-color: rgb(114,12,2); }
div.DivClassName
{
background-color: #720C02;
}
.BgClassName
{
background-color: #720C02;
}
</style>
border-color css
<style>
span { border-color: #720C02; }
span { border-color: rgb(114,12,2); }
td.TdClassName
{
border-color: #720C02;
}
.TagClassName
{
border-color: #720C02;
}
</style>