Shades of Burgundy #850520
Tints of Burgundy #850520
RGB
CMYK
RGB Variations
Color information
#850520 (or 0x850520) is known color: Burgundy. HEX triplet: 85, 05 and 20. RGB value is (133,5,32). Sum of RGB (Red+Green+Blue) = 133+5+32=170 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.24% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 32 (12.89% from 255 or 18.82% from 170); Max value from RGB is 133 - color contains mainly: red. Hex color #850520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850520 is #7AFADF. Grayscale: #2E2E2E. Windows color (decimal): -8059616 or 2098565. OLE color: 2098565.
HSL color Cylindrical-coordinate representation of color #850520: hue angle of 347.34º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #850520 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 5 | 32 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.48 |
| HSL | 347.34º | 0.93% | 0.27% | - |
| HSV(B) | 347.34º | 0.96% | 0.52% | - |
| XYZ | 9.99 | 5.2 | 1.84 | - |
| YUV | 46.35 | 119.91 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 5 | 32 | 0 | 0.96 | 0.76 | 0.48 | 347.34 | 0.93 | 0.27 |
| Hex | 85 | 5 | 20 | 0 | 60 | 4C | 30 | 15B | 5D | 1B |
| Octal | 205 | 5 | 40 | 0 | 140 | 114 | 60 | 533 | 135 | 33 |
| Binary | 10000101 | 101 | 100000 | 0 | 1100000 | 1001100 | 110000 | 101011011 | 1011101 | 11011 |
Color Harmonies of #850520
Complementary color
Monochromatic Colors of #850520
Black with #850520
Text Example
Text Example
White with #850520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850520; }
p { color: rgb(133,5,32); }
H1.HeaderClassName
{
color: #850520;
}
.AnyTagClassName
{
color: #850520;
}
</style>
background-color css
<style>
a { background-color: #850520; }
a { background-color: rgb(133,5,32); }
div.DivClassName
{
background-color: #850520;
}
.BgClassName
{
background-color: #850520;
}
</style>
border-color css
<style>
span { border-color: #850520; }
span { border-color: rgb(133,5,32); }
td.TdClassName
{
border-color: #850520;
}
.TagClassName
{
border-color: #850520;
}
</style>