Shades of Burgundy #710B23
Tints of Burgundy #710B23
RGB
CMYK
RGB Variations
Color information
#710B23 (or 0x710B23) is known color: Burgundy. HEX triplet: 71, 0B and 23. RGB value is (113,11,35). Sum of RGB (Red+Green+Blue) = 113+11+35=159 (21% of max value = 765). Red value is 113 (44.53% from 255 or 71.07% from 159); Green value is 11 (4.69% from 255 or 6.92% from 159); Blue value is 35 (14.06% from 255 or 22.01% from 159); Max value from RGB is 113 - color contains mainly: red. Hex color #710B23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710B23 is #8EF4DC. Grayscale: #2C2C2C. Windows color (decimal): -9368797 or 2296689. OLE color: 2296689.
HSL color Cylindrical-coordinate representation of color #710B23: hue angle of 345.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 #710B23 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 11 | 35 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.56 |
| HSL | 345.88º | 0.82% | 0.24% | - |
| HSV(B) | 345.88º | 0.9% | 0.44% | - |
| XYZ | 7.23 | 3.87 | 1.96 | - |
| YUV | 44.23 | 122.79 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 11 | 35 | 0 | 0.90 | 0.69 | 0.56 | 345.88 | 0.82 | 0.24 |
| Hex | 71 | B | 23 | 0 | 5A | 45 | 38 | 15A | 52 | 18 |
| Octal | 161 | 13 | 43 | 0 | 132 | 105 | 70 | 532 | 122 | 30 |
| Binary | 1110001 | 1011 | 100011 | 0 | 1011010 | 1000101 | 111000 | 101011010 | 1010010 | 11000 |
Color Harmonies of #710B23
Complementary color
Monochromatic Colors of #710B23
Black with #710B23
Text Example
Text Example
White with #710B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710B23; }
p { color: rgb(113,11,35); }
H1.HeaderClassName
{
color: #710B23;
}
.AnyTagClassName
{
color: #710B23;
}
</style>
background-color css
<style>
a { background-color: #710B23; }
a { background-color: rgb(113,11,35); }
div.DivClassName
{
background-color: #710B23;
}
.BgClassName
{
background-color: #710B23;
}
</style>
border-color css
<style>
span { border-color: #710B23; }
span { border-color: rgb(113,11,35); }
td.TdClassName
{
border-color: #710B23;
}
.TagClassName
{
border-color: #710B23;
}
</style>