Shades of Maroon #720500
Tints of Maroon #720500
RGB
CMYK
RGB Variations
Color information
#720500 (or 0x720500) is known color: Maroon. HEX triplet: 72, 05 and 00. RGB value is (114,5,0). Sum of RGB (Red+Green+Blue) = 114+5+0=119 (15% of max value = 765). Red value is 114 (44.92% from 255 or 95.80% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 114 - color contains mainly: red. Hex color #720500 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720500 is #8DFAFF. Grayscale: #252525. Windows color (decimal): -9304832 or 1394. OLE color: 1394.
HSL color Cylindrical-coordinate representation of color #720500: hue angle of 2.63º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #720500 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 5 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.55 |
| HSL | 2.63º | 1% | 0.22% | - |
| HSV(B) | 2.63º | 1% | 0.45% | - |
| XYZ | 6.99 | 3.69 | 0.34 | - |
| YUV | 37.02 | 107.11 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 5 | 0 | 0 | 0.96 | 1 | 0.55 | 2.63 | 1 | 0.22 |
| Hex | 72 | 5 | 0 | 0 | 60 | 64 | 37 | 3 | 64 | 16 |
| Octal | 162 | 5 | 0 | 0 | 140 | 144 | 67 | 3 | 144 | 26 |
| Binary | 1110010 | 101 | 0 | 0 | 1100000 | 1100100 | 110111 | 11 | 1100100 | 10110 |
Color Harmonies of #720500
Complementary color
Monochromatic Colors of #720500
Black with #720500
Text Example
Text Example
White with #720500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720500; }
p { color: rgb(114,5,0); }
H1.HeaderClassName
{
color: #720500;
}
.AnyTagClassName
{
color: #720500;
}
</style>
background-color css
<style>
a { background-color: #720500; }
a { background-color: rgb(114,5,0); }
div.DivClassName
{
background-color: #720500;
}
.BgClassName
{
background-color: #720500;
}
</style>
border-color css
<style>
span { border-color: #720500; }
span { border-color: rgb(114,5,0); }
td.TdClassName
{
border-color: #720500;
}
.TagClassName
{
border-color: #720500;
}
</style>