Shades of Burgundy #850D17
Tints of Burgundy #850D17
RGB
CMYK
RGB Variations
Color information
#850D17 (or 0x850D17) is known color: Burgundy. HEX triplet: 85, 0D and 17. RGB value is (133,13,23). Sum of RGB (Red+Green+Blue) = 133+13+23=169 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.70% from 169); Green value is 13 (5.47% from 255 or 7.69% from 169); Blue value is 23 (9.38% from 255 or 13.61% from 169); Max value from RGB is 133 - color contains mainly: red. Hex color #850D17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850D17 is #7AF2E8. Grayscale: #323232. Windows color (decimal): -8057577 or 1510789. OLE color: 1510789.
HSL color Cylindrical-coordinate representation of color #850D17: hue angle of 355º 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 #850D17 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 13 | 23 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.48 |
| HSL | 355º | 0.82% | 0.29% | - |
| HSV(B) | 355º | 0.9% | 0.52% | - |
| XYZ | 9.97 | 5.34 | 1.32 | - |
| YUV | 50.02 | 112.76 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 13 | 23 | 0 | 0.90 | 0.83 | 0.48 | 355 | 0.82 | 0.29 |
| Hex | 85 | D | 17 | 0 | 5A | 53 | 30 | 163 | 52 | 1D |
| Octal | 205 | 15 | 27 | 0 | 132 | 123 | 60 | 543 | 122 | 35 |
| Binary | 10000101 | 1101 | 10111 | 0 | 1011010 | 1010011 | 110000 | 101100011 | 1010010 | 11101 |
Color Harmonies of #850D17
Complementary color
Monochromatic Colors of #850D17
Black with #850D17
Text Example
Text Example
White with #850D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850D17; }
p { color: rgb(133,13,23); }
H1.HeaderClassName
{
color: #850D17;
}
.AnyTagClassName
{
color: #850D17;
}
</style>
background-color css
<style>
a { background-color: #850D17; }
a { background-color: rgb(133,13,23); }
div.DivClassName
{
background-color: #850D17;
}
.BgClassName
{
background-color: #850D17;
}
</style>
border-color css
<style>
span { border-color: #850D17; }
span { border-color: rgb(133,13,23); }
td.TdClassName
{
border-color: #850D17;
}
.TagClassName
{
border-color: #850D17;
}
</style>