Shades of Burgundy #710B21
Tints of Burgundy #710B21
RGB
CMYK
RGB Variations
Color information
#710B21 (or 0x710B21) is known color: Burgundy. HEX triplet: 71, 0B and 21. RGB value is (113,11,33). Sum of RGB (Red+Green+Blue) = 113+11+33=157 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.97% from 157); Green value is 11 (4.69% from 255 or 7.01% from 157); Blue value is 33 (13.28% from 255 or 21.02% from 157); Max value from RGB is 113 - color contains mainly: red. Hex color #710B21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710B21 is #8EF4DE. Grayscale: #2C2C2C. Windows color (decimal): -9368799 or 2165617. OLE color: 2165617.
HSL color Cylindrical-coordinate representation of color #710B21: hue angle of 347.06º 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 #710B21 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 11 | 33 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.56 |
| HSL | 347.06º | 0.82% | 0.24% | - |
| HSV(B) | 347.06º | 0.9% | 0.44% | - |
| XYZ | 7.2 | 3.86 | 1.8 | - |
| YUV | 44.01 | 121.79 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 11 | 33 | 0 | 0.90 | 0.71 | 0.56 | 347.06 | 0.82 | 0.24 |
| Hex | 71 | B | 21 | 0 | 5A | 47 | 38 | 15B | 52 | 18 |
| Octal | 161 | 13 | 41 | 0 | 132 | 107 | 70 | 533 | 122 | 30 |
| Binary | 1110001 | 1011 | 100001 | 0 | 1011010 | 1000111 | 111000 | 101011011 | 1010010 | 11000 |
Color Harmonies of #710B21
Complementary color
Monochromatic Colors of #710B21
Black with #710B21
Text Example
Text Example
White with #710B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710B21; }
p { color: rgb(113,11,33); }
H1.HeaderClassName
{
color: #710B21;
}
.AnyTagClassName
{
color: #710B21;
}
</style>
background-color css
<style>
a { background-color: #710B21; }
a { background-color: rgb(113,11,33); }
div.DivClassName
{
background-color: #710B21;
}
.BgClassName
{
background-color: #710B21;
}
</style>
border-color css
<style>
span { border-color: #710B21; }
span { border-color: rgb(113,11,33); }
td.TdClassName
{
border-color: #710B21;
}
.TagClassName
{
border-color: #710B21;
}
</style>