Shades of Burgundy #710B28
Tints of Burgundy #710B28
RGB
CMYK
RGB Variations
Color information
#710B28 (or 0x710B28) is known color: Burgundy. HEX triplet: 71, 0B and 28. RGB value is (113,11,40). Sum of RGB (Red+Green+Blue) = 113+11+40=164 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.90% from 164); Green value is 11 (4.69% from 255 or 6.71% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 113 - color contains mainly: red. Hex color #710B28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710B28 is #8EF4D7. Grayscale: #2C2C2C. Windows color (decimal): -9368792 or 2624369. OLE color: 2624369.
HSL color Cylindrical-coordinate representation of color #710B28: hue angle of 342.94º 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 #710B28 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 11 | 40 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.56 |
| HSL | 342.94º | 0.82% | 0.24% | - |
| HSV(B) | 342.94º | 0.9% | 0.44% | - |
| XYZ | 7.31 | 3.9 | 2.38 | - |
| YUV | 44.8 | 125.29 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 11 | 40 | 0 | 0.90 | 0.65 | 0.56 | 342.94 | 0.82 | 0.24 |
| Hex | 71 | B | 28 | 0 | 5A | 41 | 38 | 157 | 52 | 18 |
| Octal | 161 | 13 | 50 | 0 | 132 | 101 | 70 | 527 | 122 | 30 |
| Binary | 1110001 | 1011 | 101000 | 0 | 1011010 | 1000001 | 111000 | 101010111 | 1010010 | 11000 |
Color Harmonies of #710B28
Complementary color
Monochromatic Colors of #710B28
Black with #710B28
Text Example
Text Example
White with #710B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710B28; }
p { color: rgb(113,11,40); }
H1.HeaderClassName
{
color: #710B28;
}
.AnyTagClassName
{
color: #710B28;
}
</style>
background-color css
<style>
a { background-color: #710B28; }
a { background-color: rgb(113,11,40); }
div.DivClassName
{
background-color: #710B28;
}
.BgClassName
{
background-color: #710B28;
}
</style>
border-color css
<style>
span { border-color: #710B28; }
span { border-color: rgb(113,11,40); }
td.TdClassName
{
border-color: #710B28;
}
.TagClassName
{
border-color: #710B28;
}
</style>