Shades of Burgundy #710823
Tints of Burgundy #710823
RGB
CMYK
RGB Variations
Color information
#710823 (or 0x710823) is known color: Burgundy. HEX triplet: 71, 08 and 23. RGB value is (113,8,35). Sum of RGB (Red+Green+Blue) = 113+8+35=156 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.44% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 35 (14.06% from 255 or 22.44% from 156); Max value from RGB is 113 - color contains mainly: red. Hex color #710823 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710823 is #8EF7DC. Grayscale: #2A2A2A. Windows color (decimal): -9369565 or 2295921. OLE color: 2295921.
HSL color Cylindrical-coordinate representation of color #710823: hue angle of 344.57º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #710823 is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 8 | 35 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.56 |
| HSL | 344.57º | 0.87% | 0.24% | - |
| HSV(B) | 344.57º | 0.93% | 0.44% | - |
| XYZ | 7.2 | 3.81 | 1.95 | - |
| YUV | 42.47 | 123.79 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 8 | 35 | 0 | 0.93 | 0.69 | 0.56 | 344.57 | 0.87 | 0.24 |
| Hex | 71 | 8 | 23 | 0 | 5D | 45 | 38 | 159 | 57 | 18 |
| Octal | 161 | 10 | 43 | 0 | 135 | 105 | 70 | 531 | 127 | 30 |
| Binary | 1110001 | 1000 | 100011 | 0 | 1011101 | 1000101 | 111000 | 101011001 | 1010111 | 11000 |
Color Harmonies of #710823
Complementary color
Monochromatic Colors of #710823
Black with #710823
Text Example
Text Example
White with #710823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710823; }
p { color: rgb(113,8,35); }
H1.HeaderClassName
{
color: #710823;
}
.AnyTagClassName
{
color: #710823;
}
</style>
background-color css
<style>
a { background-color: #710823; }
a { background-color: rgb(113,8,35); }
div.DivClassName
{
background-color: #710823;
}
.BgClassName
{
background-color: #710823;
}
</style>
border-color css
<style>
span { border-color: #710823; }
span { border-color: rgb(113,8,35); }
td.TdClassName
{
border-color: #710823;
}
.TagClassName
{
border-color: #710823;
}
</style>