Shades of Maroon #721602
Tints of Maroon #721602
RGB
CMYK
RGB Variations
Color information
#721602 (or 0x721602) is known color: Maroon. HEX triplet: 72, 16 and 02. RGB value is (114,22,2). Sum of RGB (Red+Green+Blue) = 114+22+2=138 (18% of max value = 765). Red value is 114 (44.92% from 255 or 82.61% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 114 - color contains mainly: red. Hex color #721602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721602 is #8DE9FD. Grayscale: #2F2F2F. Windows color (decimal): -9300478 or 136818. OLE color: 136818.
HSL color Cylindrical-coordinate representation of color #721602: hue angle of 10.71º 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 #721602 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 22 | 2 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.55 |
| HSL | 10.71º | 0.97% | 0.23% | - |
| HSV(B) | 10.71º | 0.98% | 0.45% | - |
| XYZ | 7.24 | 4.16 | 0.48 | - |
| YUV | 47.23 | 102.48 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 22 | 2 | 0 | 0.81 | 0.98 | 0.55 | 10.71 | 0.97 | 0.23 |
| Hex | 72 | 16 | 2 | 0 | 51 | 62 | 37 | B | 61 | 17 |
| Octal | 162 | 26 | 2 | 0 | 121 | 142 | 67 | 13 | 141 | 27 |
| Binary | 1110010 | 10110 | 10 | 0 | 1010001 | 1100010 | 110111 | 1011 | 1100001 | 10111 |
Color Harmonies of #721602
Complementary color
Monochromatic Colors of #721602
Black with #721602
Text Example
Text Example
White with #721602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721602; }
p { color: rgb(114,22,2); }
H1.HeaderClassName
{
color: #721602;
}
.AnyTagClassName
{
color: #721602;
}
</style>
background-color css
<style>
a { background-color: #721602; }
a { background-color: rgb(114,22,2); }
div.DivClassName
{
background-color: #721602;
}
.BgClassName
{
background-color: #721602;
}
</style>
border-color css
<style>
span { border-color: #721602; }
span { border-color: rgb(114,22,2); }
td.TdClassName
{
border-color: #721602;
}
.TagClassName
{
border-color: #721602;
}
</style>