Shades of Burgundy #710B13
Tints of Burgundy #710B13
RGB
CMYK
RGB Variations
Color information
#710B13 (or 0x710B13) is known color: Burgundy. HEX triplet: 71, 0B and 13. RGB value is (113,11,19). Sum of RGB (Red+Green+Blue) = 113+11+19=143 (18% of max value = 765). Red value is 113 (44.53% from 255 or 79.02% from 143); Green value is 11 (4.69% from 255 or 7.69% from 143); Blue value is 19 (7.81% from 255 or 13.29% from 143); Max value from RGB is 113 - color contains mainly: red. Hex color #710B13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710B13 is #8EF4EC. Grayscale: #2A2A2A. Windows color (decimal): -9368813 or 1248113. OLE color: 1248113.
HSL color Cylindrical-coordinate representation of color #710B13: hue angle of 355.29º 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 #710B13 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 11 | 19 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.56 |
| HSL | 355.29º | 0.82% | 0.24% | - |
| HSV(B) | 355.29º | 0.9% | 0.44% | - |
| XYZ | 7.05 | 3.8 | 0.98 | - |
| YUV | 42.41 | 114.79 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 11 | 19 | 0 | 0.90 | 0.83 | 0.56 | 355.29 | 0.82 | 0.24 |
| Hex | 71 | B | 13 | 0 | 5A | 53 | 38 | 163 | 52 | 18 |
| Octal | 161 | 13 | 23 | 0 | 132 | 123 | 70 | 543 | 122 | 30 |
| Binary | 1110001 | 1011 | 10011 | 0 | 1011010 | 1010011 | 111000 | 101100011 | 1010010 | 11000 |
Color Harmonies of #710B13
Complementary color
Monochromatic Colors of #710B13
Black with #710B13
Text Example
Text Example
White with #710B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710B13; }
p { color: rgb(113,11,19); }
H1.HeaderClassName
{
color: #710B13;
}
.AnyTagClassName
{
color: #710B13;
}
</style>
background-color css
<style>
a { background-color: #710B13; }
a { background-color: rgb(113,11,19); }
div.DivClassName
{
background-color: #710B13;
}
.BgClassName
{
background-color: #710B13;
}
</style>
border-color css
<style>
span { border-color: #710B13; }
span { border-color: rgb(113,11,19); }
td.TdClassName
{
border-color: #710B13;
}
.TagClassName
{
border-color: #710B13;
}
</style>