Shades of Maroon #710B01
Tints of Maroon #710B01
RGB
CMYK
RGB Variations
Color information
#710B01 (or 0x710B01) is known color: Maroon. HEX triplet: 71, 0B and 01. RGB value is (113,11,1). Sum of RGB (Red+Green+Blue) = 113+11+1=125 (16% of max value = 765). Red value is 113 (44.53% from 255 or 90.4% from 125); Green value is 11 (4.69% from 255 or 8.8% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 113 - color contains mainly: red. Hex color #710B01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710B01 is #8EF4FE. Grayscale: #282828. Windows color (decimal): -9368831 or 68465. OLE color: 68465.
HSL color Cylindrical-coordinate representation of color #710B01: hue angle of 5.36º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #710B01 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 11 | 1 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.56 |
| HSL | 5.36º | 0.98% | 0.22% | - |
| HSV(B) | 5.36º | 0.99% | 0.44% | - |
| XYZ | 6.94 | 3.75 | 0.39 | - |
| YUV | 40.36 | 105.79 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 11 | 1 | 0 | 0.90 | 0.99 | 0.56 | 5.36 | 0.98 | 0.22 |
| Hex | 71 | B | 1 | 0 | 5A | 63 | 38 | 5 | 62 | 16 |
| Octal | 161 | 13 | 1 | 0 | 132 | 143 | 70 | 5 | 142 | 26 |
| Binary | 1110001 | 1011 | 1 | 0 | 1011010 | 1100011 | 111000 | 101 | 1100010 | 10110 |
Color Harmonies of #710B01
Complementary color
Monochromatic Colors of #710B01
Black with #710B01
Text Example
Text Example
White with #710B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710B01; }
p { color: rgb(113,11,1); }
H1.HeaderClassName
{
color: #710B01;
}
.AnyTagClassName
{
color: #710B01;
}
</style>
background-color css
<style>
a { background-color: #710B01; }
a { background-color: rgb(113,11,1); }
div.DivClassName
{
background-color: #710B01;
}
.BgClassName
{
background-color: #710B01;
}
</style>
border-color css
<style>
span { border-color: #710B01; }
span { border-color: rgb(113,11,1); }
td.TdClassName
{
border-color: #710B01;
}
.TagClassName
{
border-color: #710B01;
}
</style>