Shades of Maroon #721701
Tints of Maroon #721701
RGB
CMYK
RGB Variations
Color information
#721701 (or 0x721701) is known color: Maroon. HEX triplet: 72, 17 and 01. RGB value is (114,23,1). Sum of RGB (Red+Green+Blue) = 114+23+1=138 (18% of max value = 765). Red value is 114 (44.92% from 255 or 82.61% from 138); Green value is 23 (9.38% from 255 or 16.67% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 114 - color contains mainly: red. Hex color #721701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721701 is #8DE8FE. Grayscale: #2F2F2F. Windows color (decimal): -9300223 or 71538. OLE color: 71538.
HSL color Cylindrical-coordinate representation of color #721701: hue angle of 11.68º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #721701 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 23 | 1 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.55 |
| HSL | 11.68º | 0.98% | 0.23% | - |
| HSV(B) | 11.68º | 0.99% | 0.45% | - |
| XYZ | 7.25 | 4.19 | 0.46 | - |
| YUV | 47.7 | 101.65 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 23 | 1 | 0 | 0.80 | 0.99 | 0.55 | 11.68 | 0.98 | 0.23 |
| Hex | 72 | 17 | 1 | 0 | 50 | 63 | 37 | C | 62 | 17 |
| Octal | 162 | 27 | 1 | 0 | 120 | 143 | 67 | 14 | 142 | 27 |
| Binary | 1110010 | 10111 | 1 | 0 | 1010000 | 1100011 | 110111 | 1100 | 1100010 | 10111 |
Color Harmonies of #721701
Complementary color
Monochromatic Colors of #721701
Black with #721701
Text Example
Text Example
White with #721701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721701; }
p { color: rgb(114,23,1); }
H1.HeaderClassName
{
color: #721701;
}
.AnyTagClassName
{
color: #721701;
}
</style>
background-color css
<style>
a { background-color: #721701; }
a { background-color: rgb(114,23,1); }
div.DivClassName
{
background-color: #721701;
}
.BgClassName
{
background-color: #721701;
}
</style>
border-color css
<style>
span { border-color: #721701; }
span { border-color: rgb(114,23,1); }
td.TdClassName
{
border-color: #721701;
}
.TagClassName
{
border-color: #721701;
}
</style>