Shades of Burgundy #710B2E
Tints of Burgundy #710B2E
RGB
CMYK
RGB Variations
Color information
#710B2E (or 0x710B2E) is known color: Burgundy. HEX triplet: 71, 0B and 2E. RGB value is (113,11,46). Sum of RGB (Red+Green+Blue) = 113+11+46=170 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.47% from 170); Green value is 11 (4.69% from 255 or 6.47% from 170); Blue value is 46 (18.36% from 255 or 27.06% from 170); Max value from RGB is 113 - color contains mainly: red. Hex color #710B2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710B2E is #8EF4D1. Grayscale: #2D2D2D. Windows color (decimal): -9368786 or 3017585. OLE color: 3017585.
HSL color Cylindrical-coordinate representation of color #710B2E: hue angle of 339.41º 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 #710B2E is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 11 | 46 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.56 |
| HSL | 339.41º | 0.82% | 0.24% | - |
| HSV(B) | 339.41º | 0.9% | 0.44% | - |
| XYZ | 7.42 | 3.95 | 2.96 | - |
| YUV | 45.49 | 128.29 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 11 | 46 | 0 | 0.90 | 0.59 | 0.56 | 339.41 | 0.82 | 0.24 |
| Hex | 71 | B | 2E | 0 | 5A | 3B | 38 | 153 | 52 | 18 |
| Octal | 161 | 13 | 56 | 0 | 132 | 73 | 70 | 523 | 122 | 30 |
| Binary | 1110001 | 1011 | 101110 | 0 | 1011010 | 111011 | 111000 | 101010011 | 1010010 | 11000 |
Color Harmonies of #710B2E
Complementary color
Monochromatic Colors of #710B2E
Black with #710B2E
Text Example
Text Example
White with #710B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710B2E; }
p { color: rgb(113,11,46); }
H1.HeaderClassName
{
color: #710B2E;
}
.AnyTagClassName
{
color: #710B2E;
}
</style>
background-color css
<style>
a { background-color: #710B2E; }
a { background-color: rgb(113,11,46); }
div.DivClassName
{
background-color: #710B2E;
}
.BgClassName
{
background-color: #710B2E;
}
</style>
border-color css
<style>
span { border-color: #710B2E; }
span { border-color: rgb(113,11,46); }
td.TdClassName
{
border-color: #710B2E;
}
.TagClassName
{
border-color: #710B2E;
}
</style>