Shades of Maroon #711206
Tints of Maroon #711206
RGB
CMYK
RGB Variations
Color information
#711206 (or 0x711206) is known color: Maroon. HEX triplet: 71, 12 and 06. RGB value is (113,18,6). Sum of RGB (Red+Green+Blue) = 113+18+6=137 (18% of max value = 765). Red value is 113 (44.53% from 255 or 82.48% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 6 (2.73% from 255 or 4.38% from 137); Max value from RGB is 113 - color contains mainly: red. Hex color #711206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711206 is #8EEDF9. Grayscale: #2D2D2D. Windows color (decimal): -9367034 or 397937. OLE color: 397937.
HSL color Cylindrical-coordinate representation of color #711206: hue angle of 6.73º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #711206 is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 18 | 6 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.56 |
| HSL | 6.73º | 0.9% | 0.23% | - |
| HSV(B) | 6.73º | 0.95% | 0.44% | - |
| XYZ | 7.06 | 3.96 | 0.56 | - |
| YUV | 45.04 | 105.97 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 18 | 6 | 0 | 0.84 | 0.95 | 0.56 | 6.73 | 0.9 | 0.23 |
| Hex | 71 | 12 | 6 | 0 | 54 | 5F | 38 | 7 | 5A | 17 |
| Octal | 161 | 22 | 6 | 0 | 124 | 137 | 70 | 7 | 132 | 27 |
| Binary | 1110001 | 10010 | 110 | 0 | 1010100 | 1011111 | 111000 | 111 | 1011010 | 10111 |
Color Harmonies of #711206
Complementary color
Monochromatic Colors of #711206
Black with #711206
Text Example
Text Example
White with #711206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711206; }
p { color: rgb(113,18,6); }
H1.HeaderClassName
{
color: #711206;
}
.AnyTagClassName
{
color: #711206;
}
</style>
background-color css
<style>
a { background-color: #711206; }
a { background-color: rgb(113,18,6); }
div.DivClassName
{
background-color: #711206;
}
.BgClassName
{
background-color: #711206;
}
</style>
border-color css
<style>
span { border-color: #711206; }
span { border-color: rgb(113,18,6); }
td.TdClassName
{
border-color: #711206;
}
.TagClassName
{
border-color: #711206;
}
</style>