Shades of Burgundy #710B12
Tints of Burgundy #710B12
RGB
CMYK
RGB Variations
Color information
#710B12 (or 0x710B12) is known color: Burgundy. HEX triplet: 71, 0B and 12. RGB value is (113,11,18). Sum of RGB (Red+Green+Blue) = 113+11+18=142 (18% of max value = 765). Red value is 113 (44.53% from 255 or 79.58% from 142); Green value is 11 (4.69% from 255 or 7.75% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 113 - color contains mainly: red. Hex color #710B12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710B12 is #8EF4ED. Grayscale: #2A2A2A. Windows color (decimal): -9368814 or 1182577. OLE color: 1182577.
HSL color Cylindrical-coordinate representation of color #710B12: hue angle of 355.88º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #710B12 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 11 | 18 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.56 |
| HSL | 355.88º | 0.82% | 0.24% | - |
| HSV(B) | 355.88º | 0.9% | 0.44% | - |
| XYZ | 7.04 | 3.79 | 0.93 | - |
| YUV | 42.3 | 114.29 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 11 | 18 | 0 | 0.90 | 0.84 | 0.56 | 355.88 | 0.82 | 0.24 |
| Hex | 71 | B | 12 | 0 | 5A | 54 | 38 | 164 | 52 | 18 |
| Octal | 161 | 13 | 22 | 0 | 132 | 124 | 70 | 544 | 122 | 30 |
| Binary | 1110001 | 1011 | 10010 | 0 | 1011010 | 1010100 | 111000 | 101100100 | 1010010 | 11000 |
Color Harmonies of #710B12
Complementary color
Monochromatic Colors of #710B12
Black with #710B12
Text Example
Text Example
White with #710B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710B12; }
p { color: rgb(113,11,18); }
H1.HeaderClassName
{
color: #710B12;
}
.AnyTagClassName
{
color: #710B12;
}
</style>
background-color css
<style>
a { background-color: #710B12; }
a { background-color: rgb(113,11,18); }
div.DivClassName
{
background-color: #710B12;
}
.BgClassName
{
background-color: #710B12;
}
</style>
border-color css
<style>
span { border-color: #710B12; }
span { border-color: rgb(113,11,18); }
td.TdClassName
{
border-color: #710B12;
}
.TagClassName
{
border-color: #710B12;
}
</style>