Shades of Maroon #710B00
Tints of Maroon #710B00
RGB
CMYK
RGB Variations
Color information
#710B00 (or 0x710B00) is known color: Maroon. HEX triplet: 71, 0B and 00. RGB value is (113,11,0). Sum of RGB (Red+Green+Blue) = 113+11+0=124 (16% of max value = 765). Red value is 113 (44.53% from 255 or 91.13% from 124); Green value is 11 (4.69% from 255 or 8.87% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 113 - color contains mainly: red. Hex color #710B00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710B00 is #8EF4FF. Grayscale: #282828. Windows color (decimal): -9368832 or 2929. OLE color: 2929.
HSL color Cylindrical-coordinate representation of color #710B00: hue angle of 5.84º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #710B00 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 11 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.56 |
| HSL | 5.84º | 1% | 0.22% | - |
| HSV(B) | 5.84º | 1% | 0.44% | - |
| XYZ | 6.93 | 3.75 | 0.36 | - |
| YUV | 40.24 | 105.29 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 11 | 0 | 0 | 0.90 | 1 | 0.56 | 5.84 | 1 | 0.22 |
| Hex | 71 | B | 0 | 0 | 5A | 64 | 38 | 6 | 64 | 16 |
| Octal | 161 | 13 | 0 | 0 | 132 | 144 | 70 | 6 | 144 | 26 |
| Binary | 1110001 | 1011 | 0 | 0 | 1011010 | 1100100 | 111000 | 110 | 1100100 | 10110 |
Color Harmonies of #710B00
Complementary color
Monochromatic Colors of #710B00
Black with #710B00
Text Example
Text Example
White with #710B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710B00; }
p { color: rgb(113,11,0); }
H1.HeaderClassName
{
color: #710B00;
}
.AnyTagClassName
{
color: #710B00;
}
</style>
background-color css
<style>
a { background-color: #710B00; }
a { background-color: rgb(113,11,0); }
div.DivClassName
{
background-color: #710B00;
}
.BgClassName
{
background-color: #710B00;
}
</style>
border-color css
<style>
span { border-color: #710B00; }
span { border-color: rgb(113,11,0); }
td.TdClassName
{
border-color: #710B00;
}
.TagClassName
{
border-color: #710B00;
}
</style>