Shades of Maroon #711105
Tints of Maroon #711105
RGB
CMYK
RGB Variations
Color information
#711105 (or 0x711105) is known color: Maroon. HEX triplet: 71, 11 and 05. RGB value is (113,17,5). Sum of RGB (Red+Green+Blue) = 113+17+5=135 (17% of max value = 765). Red value is 113 (44.53% from 255 or 83.70% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 5 (2.34% from 255 or 3.70% from 135); Max value from RGB is 113 - color contains mainly: red. Hex color #711105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711105 is #8EEEFA. Grayscale: #2C2C2C. Windows color (decimal): -9367291 or 332145. OLE color: 332145.
HSL color Cylindrical-coordinate representation of color #711105: hue angle of 6.67º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #711105 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 17 | 5 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.56 |
| HSL | 6.67º | 0.92% | 0.23% | - |
| HSV(B) | 6.67º | 0.96% | 0.44% | - |
| XYZ | 7.04 | 3.92 | 0.53 | - |
| YUV | 44.34 | 105.8 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 17 | 5 | 0 | 0.85 | 0.96 | 0.56 | 6.67 | 0.92 | 0.23 |
| Hex | 71 | 11 | 5 | 0 | 55 | 60 | 38 | 7 | 5C | 17 |
| Octal | 161 | 21 | 5 | 0 | 125 | 140 | 70 | 7 | 134 | 27 |
| Binary | 1110001 | 10001 | 101 | 0 | 1010101 | 1100000 | 111000 | 111 | 1011100 | 10111 |
Color Harmonies of #711105
Complementary color
Monochromatic Colors of #711105
Black with #711105
Text Example
Text Example
White with #711105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711105; }
p { color: rgb(113,17,5); }
H1.HeaderClassName
{
color: #711105;
}
.AnyTagClassName
{
color: #711105;
}
</style>
background-color css
<style>
a { background-color: #711105; }
a { background-color: rgb(113,17,5); }
div.DivClassName
{
background-color: #711105;
}
.BgClassName
{
background-color: #711105;
}
</style>
border-color css
<style>
span { border-color: #711105; }
span { border-color: rgb(113,17,5); }
td.TdClassName
{
border-color: #711105;
}
.TagClassName
{
border-color: #711105;
}
</style>