Shades of Maroon #711106
Tints of Maroon #711106
RGB
CMYK
RGB Variations
Color information
#711106 (or 0x711106) is known color: Maroon. HEX triplet: 71, 11 and 06. RGB value is (113,17,6). Sum of RGB (Red+Green+Blue) = 113+17+6=136 (18% of max value = 765). Red value is 113 (44.53% from 255 or 83.09% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 6 (2.73% from 255 or 4.41% from 136); Max value from RGB is 113 - color contains mainly: red. Hex color #711106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711106 is #8EEEF9. Grayscale: #2C2C2C. Windows color (decimal): -9367290 or 397681. OLE color: 397681.
HSL color Cylindrical-coordinate representation of color #711106: hue angle of 6.17º 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 #711106 is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 17 | 6 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.56 |
| HSL | 6.17º | 0.9% | 0.23% | - |
| HSV(B) | 6.17º | 0.95% | 0.44% | - |
| XYZ | 7.04 | 3.92 | 0.56 | - |
| YUV | 44.45 | 106.3 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 17 | 6 | 0 | 0.85 | 0.95 | 0.56 | 6.17 | 0.9 | 0.23 |
| Hex | 71 | 11 | 6 | 0 | 55 | 5F | 38 | 6 | 5A | 17 |
| Octal | 161 | 21 | 6 | 0 | 125 | 137 | 70 | 6 | 132 | 27 |
| Binary | 1110001 | 10001 | 110 | 0 | 1010101 | 1011111 | 111000 | 110 | 1011010 | 10111 |
Color Harmonies of #711106
Complementary color
Monochromatic Colors of #711106
Black with #711106
Text Example
Text Example
White with #711106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711106; }
p { color: rgb(113,17,6); }
H1.HeaderClassName
{
color: #711106;
}
.AnyTagClassName
{
color: #711106;
}
</style>
background-color css
<style>
a { background-color: #711106; }
a { background-color: rgb(113,17,6); }
div.DivClassName
{
background-color: #711106;
}
.BgClassName
{
background-color: #711106;
}
</style>
border-color css
<style>
span { border-color: #711106; }
span { border-color: rgb(113,17,6); }
td.TdClassName
{
border-color: #711106;
}
.TagClassName
{
border-color: #711106;
}
</style>