Shades of Burgundy #710A0E
Tints of Burgundy #710A0E
RGB
CMYK
RGB Variations
Color information
#710A0E (or 0x710A0E) is known color: Burgundy. HEX triplet: 71, 0A and 0E. RGB value is (113,10,14). Sum of RGB (Red+Green+Blue) = 113+10+14=137 (18% of max value = 765). Red value is 113 (44.53% from 255 or 82.48% from 137); Green value is 10 (4.30% from 255 or 7.30% from 137); Blue value is 14 (5.86% from 255 or 10.22% from 137); Max value from RGB is 113 - color contains mainly: red. Hex color #710A0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710A0E is #8EF5F1. Grayscale: #292929. Windows color (decimal): -9369074 or 920177. OLE color: 920177.
HSL color Cylindrical-coordinate representation of color #710A0E: hue angle of 357.67º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #710A0E is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 10 | 14 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.56 |
| HSL | 357.67º | 0.84% | 0.24% | - |
| HSV(B) | 357.67º | 0.91% | 0.44% | - |
| XYZ | 7 | 3.76 | 0.77 | - |
| YUV | 41.25 | 112.62 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 10 | 14 | 0 | 0.91 | 0.88 | 0.56 | 357.67 | 0.84 | 0.24 |
| Hex | 71 | A | E | 0 | 5B | 58 | 38 | 166 | 54 | 18 |
| Octal | 161 | 12 | 16 | 0 | 133 | 130 | 70 | 546 | 124 | 30 |
| Binary | 1110001 | 1010 | 1110 | 0 | 1011011 | 1011000 | 111000 | 101100110 | 1010100 | 11000 |
Color Harmonies of #710A0E
Complementary color
Monochromatic Colors of #710A0E
Black with #710A0E
Text Example
Text Example
White with #710A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710A0E; }
p { color: rgb(113,10,14); }
H1.HeaderClassName
{
color: #710A0E;
}
.AnyTagClassName
{
color: #710A0E;
}
</style>
background-color css
<style>
a { background-color: #710A0E; }
a { background-color: rgb(113,10,14); }
div.DivClassName
{
background-color: #710A0E;
}
.BgClassName
{
background-color: #710A0E;
}
</style>
border-color css
<style>
span { border-color: #710A0E; }
span { border-color: rgb(113,10,14); }
td.TdClassName
{
border-color: #710A0E;
}
.TagClassName
{
border-color: #710A0E;
}
</style>