Shades of Burgundy #850D18
Tints of Burgundy #850D18
RGB
CMYK
RGB Variations
Color information
#850D18 (or 0x850D18) is known color: Burgundy. HEX triplet: 85, 0D and 18. RGB value is (133,13,24). Sum of RGB (Red+Green+Blue) = 133+13+24=170 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.24% from 170); Green value is 13 (5.47% from 255 or 7.65% from 170); Blue value is 24 (9.77% from 255 or 14.12% from 170); Max value from RGB is 133 - color contains mainly: red. Hex color #850D18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850D18 is #7AF2E7. Grayscale: #323232. Windows color (decimal): -8057576 or 1576325. OLE color: 1576325.
HSL color Cylindrical-coordinate representation of color #850D18: hue angle of 354.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #850D18 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 13 | 24 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.48 |
| HSL | 354.5º | 0.82% | 0.29% | - |
| HSV(B) | 354.5º | 0.9% | 0.52% | - |
| XYZ | 9.98 | 5.34 | 1.37 | - |
| YUV | 50.13 | 113.26 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 13 | 24 | 0 | 0.90 | 0.82 | 0.48 | 354.5 | 0.82 | 0.29 |
| Hex | 85 | D | 18 | 0 | 5A | 52 | 30 | 162 | 52 | 1D |
| Octal | 205 | 15 | 30 | 0 | 132 | 122 | 60 | 542 | 122 | 35 |
| Binary | 10000101 | 1101 | 11000 | 0 | 1011010 | 1010010 | 110000 | 101100010 | 1010010 | 11101 |
Color Harmonies of #850D18
Complementary color
Monochromatic Colors of #850D18
Black with #850D18
Text Example
Text Example
White with #850D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850D18; }
p { color: rgb(133,13,24); }
H1.HeaderClassName
{
color: #850D18;
}
.AnyTagClassName
{
color: #850D18;
}
</style>
background-color css
<style>
a { background-color: #850D18; }
a { background-color: rgb(133,13,24); }
div.DivClassName
{
background-color: #850D18;
}
.BgClassName
{
background-color: #850D18;
}
</style>
border-color css
<style>
span { border-color: #850D18; }
span { border-color: rgb(133,13,24); }
td.TdClassName
{
border-color: #850D18;
}
.TagClassName
{
border-color: #850D18;
}
</style>