Shades of Maroon #710100
Tints of Maroon #710100
RGB
CMYK
RGB Variations
Color information
#710100 (or 0x710100) is known color: Maroon. HEX triplet: 71, 01 and 00. RGB value is (113,1,0). Sum of RGB (Red+Green+Blue) = 113+1+0=114 (15% of max value = 765). Red value is 113 (44.53% from 255 or 99.12% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 0 (0.39% from 255 or 0% from 114); Max value from RGB is 113 - color contains mainly: red. Hex color #710100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710100 is #8EFEFF. Grayscale: #222222. Windows color (decimal): -9371392 or 369. OLE color: 369.
HSL color Cylindrical-coordinate representation of color #710100: hue angle of 0.53º 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 #710100 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 1 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.56 |
| HSL | 0.53º | 1% | 0.22% | - |
| HSV(B) | 0.53º | 1% | 0.44% | - |
| XYZ | 6.82 | 3.53 | 0.32 | - |
| YUV | 34.37 | 108.61 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 1 | 0 | 0 | 0.99 | 1 | 0.56 | 0.53 | 1 | 0.22 |
| Hex | 71 | 1 | 0 | 0 | 63 | 64 | 38 | 1 | 64 | 16 |
| Octal | 161 | 1 | 0 | 0 | 143 | 144 | 70 | 1 | 144 | 26 |
| Binary | 1110001 | 1 | 0 | 0 | 1100011 | 1100100 | 111000 | 1 | 1100100 | 10110 |
Color Harmonies of #710100
Complementary color
Monochromatic Colors of #710100
Black with #710100
Text Example
Text Example
White with #710100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710100; }
p { color: rgb(113,1,0); }
H1.HeaderClassName
{
color: #710100;
}
.AnyTagClassName
{
color: #710100;
}
</style>
background-color css
<style>
a { background-color: #710100; }
a { background-color: rgb(113,1,0); }
div.DivClassName
{
background-color: #710100;
}
.BgClassName
{
background-color: #710100;
}
</style>
border-color css
<style>
span { border-color: #710100; }
span { border-color: rgb(113,1,0); }
td.TdClassName
{
border-color: #710100;
}
.TagClassName
{
border-color: #710100;
}
</style>