Shades of Burgundy #710812
Tints of Burgundy #710812
RGB
CMYK
RGB Variations
Color information
#710812 (or 0x710812) is known color: Burgundy. HEX triplet: 71, 08 and 12. RGB value is (113,8,18). Sum of RGB (Red+Green+Blue) = 113+8+18=139 (18% of max value = 765). Red value is 113 (44.53% from 255 or 81.29% from 139); Green value is 8 (3.52% from 255 or 5.76% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 113 - color contains mainly: red. Hex color #710812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710812 is #8EF7ED. Grayscale: #282828. Windows color (decimal): -9369582 or 1181809. OLE color: 1181809.
HSL color Cylindrical-coordinate representation of color #710812: hue angle of 354.29º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #710812 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 8 | 18 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.56 |
| HSL | 354.29º | 0.87% | 0.24% | - |
| HSV(B) | 354.29º | 0.93% | 0.44% | - |
| XYZ | 7.01 | 3.73 | 0.92 | - |
| YUV | 40.54 | 115.29 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 8 | 18 | 0 | 0.93 | 0.84 | 0.56 | 354.29 | 0.87 | 0.24 |
| Hex | 71 | 8 | 12 | 0 | 5D | 54 | 38 | 162 | 57 | 18 |
| Octal | 161 | 10 | 22 | 0 | 135 | 124 | 70 | 542 | 127 | 30 |
| Binary | 1110001 | 1000 | 10010 | 0 | 1011101 | 1010100 | 111000 | 101100010 | 1010111 | 11000 |
Color Harmonies of #710812
Complementary color
Monochromatic Colors of #710812
Black with #710812
Text Example
Text Example
White with #710812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710812; }
p { color: rgb(113,8,18); }
H1.HeaderClassName
{
color: #710812;
}
.AnyTagClassName
{
color: #710812;
}
</style>
background-color css
<style>
a { background-color: #710812; }
a { background-color: rgb(113,8,18); }
div.DivClassName
{
background-color: #710812;
}
.BgClassName
{
background-color: #710812;
}
</style>
border-color css
<style>
span { border-color: #710812; }
span { border-color: rgb(113,8,18); }
td.TdClassName
{
border-color: #710812;
}
.TagClassName
{
border-color: #710812;
}
</style>