Shades of Burgundy #710112
Tints of Burgundy #710112
RGB
CMYK
RGB Variations
Color information
#710112 (or 0x710112) is known color: Burgundy. HEX triplet: 71, 01 and 12. RGB value is (113,1,18). Sum of RGB (Red+Green+Blue) = 113+1+18=132 (17% of max value = 765). Red value is 113 (44.53% from 255 or 85.61% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 113 - color contains mainly: red. Hex color #710112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710112 is #8EFEED. Grayscale: #242424. Windows color (decimal): -9371374 or 1180017. OLE color: 1180017.
HSL color Cylindrical-coordinate representation of color #710112: hue angle of 350.89º 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 #710112 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 1 | 18 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.56 |
| HSL | 350.89º | 0.98% | 0.22% | - |
| HSV(B) | 350.89º | 0.99% | 0.44% | - |
| XYZ | 6.93 | 3.58 | 0.9 | - |
| YUV | 36.43 | 117.61 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 1 | 18 | 0 | 0.99 | 0.84 | 0.56 | 350.89 | 0.98 | 0.22 |
| Hex | 71 | 1 | 12 | 0 | 63 | 54 | 38 | 15F | 62 | 16 |
| Octal | 161 | 1 | 22 | 0 | 143 | 124 | 70 | 537 | 142 | 26 |
| Binary | 1110001 | 1 | 10010 | 0 | 1100011 | 1010100 | 111000 | 101011111 | 1100010 | 10110 |
Color Harmonies of #710112
Complementary color
Monochromatic Colors of #710112
Black with #710112
Text Example
Text Example
White with #710112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710112; }
p { color: rgb(113,1,18); }
H1.HeaderClassName
{
color: #710112;
}
.AnyTagClassName
{
color: #710112;
}
</style>
background-color css
<style>
a { background-color: #710112; }
a { background-color: rgb(113,1,18); }
div.DivClassName
{
background-color: #710112;
}
.BgClassName
{
background-color: #710112;
}
</style>
border-color css
<style>
span { border-color: #710112; }
span { border-color: rgb(113,1,18); }
td.TdClassName
{
border-color: #710112;
}
.TagClassName
{
border-color: #710112;
}
</style>