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