Shades of Burgundy #850D20
Tints of Burgundy #850D20
RGB
CMYK
RGB Variations
Color information
#850D20 (or 0x850D20) is known color: Burgundy. HEX triplet: 85, 0D and 20. RGB value is (133,13,32). Sum of RGB (Red+Green+Blue) = 133+13+32=178 (23% of max value = 765). Red value is 133 (52.34% from 255 or 74.72% from 178); Green value is 13 (5.47% from 255 or 7.30% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 133 - color contains mainly: red. Hex color #850D20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850D20 is #7AF2DF. Grayscale: #333333. Windows color (decimal): -8057568 or 2100613. OLE color: 2100613.
HSL color Cylindrical-coordinate representation of color #850D20: hue angle of 350.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 #850D20 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 13 | 32 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.48 |
| HSL | 350.5º | 0.82% | 0.29% | - |
| HSV(B) | 350.5º | 0.9% | 0.52% | - |
| XYZ | 10.08 | 5.38 | 1.87 | - |
| YUV | 51.05 | 117.26 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 13 | 32 | 0 | 0.90 | 0.76 | 0.48 | 350.5 | 0.82 | 0.29 |
| Hex | 85 | D | 20 | 0 | 5A | 4C | 30 | 15E | 52 | 1D |
| Octal | 205 | 15 | 40 | 0 | 132 | 114 | 60 | 536 | 122 | 35 |
| Binary | 10000101 | 1101 | 100000 | 0 | 1011010 | 1001100 | 110000 | 101011110 | 1010010 | 11101 |
Color Harmonies of #850D20
Complementary color
Monochromatic Colors of #850D20
Black with #850D20
Text Example
Text Example
White with #850D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850D20; }
p { color: rgb(133,13,32); }
H1.HeaderClassName
{
color: #850D20;
}
.AnyTagClassName
{
color: #850D20;
}
</style>
background-color css
<style>
a { background-color: #850D20; }
a { background-color: rgb(133,13,32); }
div.DivClassName
{
background-color: #850D20;
}
.BgClassName
{
background-color: #850D20;
}
</style>
border-color css
<style>
span { border-color: #850D20; }
span { border-color: rgb(133,13,32); }
td.TdClassName
{
border-color: #850D20;
}
.TagClassName
{
border-color: #850D20;
}
</style>