Shades of Maroon #720B05
Tints of Maroon #720B05
RGB
CMYK
RGB Variations
Color information
#720B05 (or 0x720B05) is known color: Maroon. HEX triplet: 72, 0B and 05. RGB value is (114,11,5). Sum of RGB (Red+Green+Blue) = 114+11+5=130 (17% of max value = 765). Red value is 114 (44.92% from 255 or 87.69% from 130); Green value is 11 (4.69% from 255 or 8.46% from 130); Blue value is 5 (2.34% from 255 or 3.85% from 130); Max value from RGB is 114 - color contains mainly: red. Hex color #720B05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720B05 is #8DF4FA. Grayscale: #292929. Windows color (decimal): -9303291 or 330610. OLE color: 330610.
HSL color Cylindrical-coordinate representation of color #720B05: hue angle of 3.3º 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 #720B05 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 11 | 5 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.55 |
| HSL | 3.3º | 0.92% | 0.23% | - |
| HSV(B) | 3.3º | 0.96% | 0.45% | - |
| XYZ | 7.09 | 3.83 | 0.51 | - |
| YUV | 41.11 | 107.62 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 11 | 5 | 0 | 0.90 | 0.96 | 0.55 | 3.3 | 0.92 | 0.23 |
| Hex | 72 | B | 5 | 0 | 5A | 60 | 37 | 3 | 5C | 17 |
| Octal | 162 | 13 | 5 | 0 | 132 | 140 | 67 | 3 | 134 | 27 |
| Binary | 1110010 | 1011 | 101 | 0 | 1011010 | 1100000 | 110111 | 11 | 1011100 | 10111 |
Color Harmonies of #720B05
Complementary color
Monochromatic Colors of #720B05
Black with #720B05
Text Example
Text Example
White with #720B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720B05; }
p { color: rgb(114,11,5); }
H1.HeaderClassName
{
color: #720B05;
}
.AnyTagClassName
{
color: #720B05;
}
</style>
background-color css
<style>
a { background-color: #720B05; }
a { background-color: rgb(114,11,5); }
div.DivClassName
{
background-color: #720B05;
}
.BgClassName
{
background-color: #720B05;
}
</style>
border-color css
<style>
span { border-color: #720B05; }
span { border-color: rgb(114,11,5); }
td.TdClassName
{
border-color: #720B05;
}
.TagClassName
{
border-color: #720B05;
}
</style>