Shades of Maroon #710B05
Tints of Maroon #710B05
RGB
CMYK
RGB Variations
Color information
#710B05 (or 0x710B05) is known color: Maroon. HEX triplet: 71, 0B and 05. RGB value is (113,11,5). Sum of RGB (Red+Green+Blue) = 113+11+5=129 (17% of max value = 765). Red value is 113 (44.53% from 255 or 87.60% from 129); Green value is 11 (4.69% from 255 or 8.53% from 129); Blue value is 5 (2.34% from 255 or 3.88% from 129); Max value from RGB is 113 - color contains mainly: red. Hex color #710B05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710B05 is #8EF4FA. Grayscale: #282828. Windows color (decimal): -9368827 or 330609. OLE color: 330609.
HSL color Cylindrical-coordinate representation of color #710B05: hue angle of 3.33º 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 #710B05 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 11 | 5 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.56 |
| HSL | 3.33º | 0.92% | 0.23% | - |
| HSV(B) | 3.33º | 0.96% | 0.44% | - |
| XYZ | 6.96 | 3.76 | 0.5 | - |
| YUV | 40.81 | 107.79 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 11 | 5 | 0 | 0.90 | 0.96 | 0.56 | 3.33 | 0.92 | 0.23 |
| Hex | 71 | B | 5 | 0 | 5A | 60 | 38 | 3 | 5C | 17 |
| Octal | 161 | 13 | 5 | 0 | 132 | 140 | 70 | 3 | 134 | 27 |
| Binary | 1110001 | 1011 | 101 | 0 | 1011010 | 1100000 | 111000 | 11 | 1011100 | 10111 |
Color Harmonies of #710B05
Complementary color
Monochromatic Colors of #710B05
Black with #710B05
Text Example
Text Example
White with #710B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710B05; }
p { color: rgb(113,11,5); }
H1.HeaderClassName
{
color: #710B05;
}
.AnyTagClassName
{
color: #710B05;
}
</style>
background-color css
<style>
a { background-color: #710B05; }
a { background-color: rgb(113,11,5); }
div.DivClassName
{
background-color: #710B05;
}
.BgClassName
{
background-color: #710B05;
}
</style>
border-color css
<style>
span { border-color: #710B05; }
span { border-color: rgb(113,11,5); }
td.TdClassName
{
border-color: #710B05;
}
.TagClassName
{
border-color: #710B05;
}
</style>