Shades of Burgundy #710B18
Tints of Burgundy #710B18
RGB
CMYK
RGB Variations
Color information
#710B18 (or 0x710B18) is known color: Burgundy. HEX triplet: 71, 0B and 18. RGB value is (113,11,24). Sum of RGB (Red+Green+Blue) = 113+11+24=148 (19% of max value = 765). Red value is 113 (44.53% from 255 or 76.35% from 148); Green value is 11 (4.69% from 255 or 7.43% from 148); Blue value is 24 (9.77% from 255 or 16.22% from 148); Max value from RGB is 113 - color contains mainly: red. Hex color #710B18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710B18 is #8EF4E7. Grayscale: #2B2B2B. Windows color (decimal): -9368808 or 1575793. OLE color: 1575793.
HSL color Cylindrical-coordinate representation of color #710B18: hue angle of 352.35º 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 #710B18 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 11 | 24 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.56 |
| HSL | 352.35º | 0.82% | 0.24% | - |
| HSV(B) | 352.35º | 0.9% | 0.44% | - |
| XYZ | 7.09 | 3.82 | 1.23 | - |
| YUV | 42.98 | 117.29 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 11 | 24 | 0 | 0.90 | 0.79 | 0.56 | 352.35 | 0.82 | 0.24 |
| Hex | 71 | B | 18 | 0 | 5A | 4F | 38 | 160 | 52 | 18 |
| Octal | 161 | 13 | 30 | 0 | 132 | 117 | 70 | 540 | 122 | 30 |
| Binary | 1110001 | 1011 | 11000 | 0 | 1011010 | 1001111 | 111000 | 101100000 | 1010010 | 11000 |
Color Harmonies of #710B18
Complementary color
Monochromatic Colors of #710B18
Black with #710B18
Text Example
Text Example
White with #710B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710B18; }
p { color: rgb(113,11,24); }
H1.HeaderClassName
{
color: #710B18;
}
.AnyTagClassName
{
color: #710B18;
}
</style>
background-color css
<style>
a { background-color: #710B18; }
a { background-color: rgb(113,11,24); }
div.DivClassName
{
background-color: #710B18;
}
.BgClassName
{
background-color: #710B18;
}
</style>
border-color css
<style>
span { border-color: #710B18; }
span { border-color: rgb(113,11,24); }
td.TdClassName
{
border-color: #710B18;
}
.TagClassName
{
border-color: #710B18;
}
</style>