Shades of Maroon #721205
Tints of Maroon #721205
RGB
CMYK
RGB Variations
Color information
#721205 (or 0x721205) is known color: Maroon. HEX triplet: 72, 12 and 05. RGB value is (114,18,5). Sum of RGB (Red+Green+Blue) = 114+18+5=137 (18% of max value = 765). Red value is 114 (44.92% from 255 or 83.21% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 5 (2.34% from 255 or 3.65% from 137); Max value from RGB is 114 - color contains mainly: red. Hex color #721205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721205 is #8DEDFA. Grayscale: #2D2D2D. Windows color (decimal): -9301499 or 332402. OLE color: 332402.
HSL color Cylindrical-coordinate representation of color #721205: hue angle of 7.16º degrees, saturation: 0.92, 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 #721205 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 18 | 5 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.55 |
| HSL | 7.16º | 0.92% | 0.23% | - |
| HSV(B) | 7.16º | 0.96% | 0.45% | - |
| XYZ | 7.18 | 4.02 | 0.54 | - |
| YUV | 45.22 | 105.3 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 18 | 5 | 0 | 0.84 | 0.96 | 0.55 | 7.16 | 0.92 | 0.23 |
| Hex | 72 | 12 | 5 | 0 | 54 | 60 | 37 | 7 | 5C | 17 |
| Octal | 162 | 22 | 5 | 0 | 124 | 140 | 67 | 7 | 134 | 27 |
| Binary | 1110010 | 10010 | 101 | 0 | 1010100 | 1100000 | 110111 | 111 | 1011100 | 10111 |
Color Harmonies of #721205
Complementary color
Monochromatic Colors of #721205
Black with #721205
Text Example
Text Example
White with #721205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721205; }
p { color: rgb(114,18,5); }
H1.HeaderClassName
{
color: #721205;
}
.AnyTagClassName
{
color: #721205;
}
</style>
background-color css
<style>
a { background-color: #721205; }
a { background-color: rgb(114,18,5); }
div.DivClassName
{
background-color: #721205;
}
.BgClassName
{
background-color: #721205;
}
</style>
border-color css
<style>
span { border-color: #721205; }
span { border-color: rgb(114,18,5); }
td.TdClassName
{
border-color: #721205;
}
.TagClassName
{
border-color: #721205;
}
</style>