Shades of Burgundy #850521
Tints of Burgundy #850521
RGB
CMYK
RGB Variations
Color information
#850521 (or 0x850521) is known color: Burgundy. HEX triplet: 85, 05 and 21. RGB value is (133,5,33). Sum of RGB (Red+Green+Blue) = 133+5+33=171 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.78% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 33 (13.28% from 255 or 19.30% from 171); Max value from RGB is 133 - color contains mainly: red. Hex color #850521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850521 is #7AFADE. Grayscale: #2E2E2E. Windows color (decimal): -8059615 or 2164101. OLE color: 2164101.
HSL color Cylindrical-coordinate representation of color #850521: hue angle of 346.88º 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 #850521 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 5 | 33 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.48 |
| HSL | 346.88º | 0.93% | 0.27% | - |
| HSV(B) | 346.88º | 0.96% | 0.52% | - |
| XYZ | 10 | 5.2 | 1.92 | - |
| YUV | 46.46 | 120.41 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 5 | 33 | 0 | 0.96 | 0.75 | 0.48 | 346.88 | 0.93 | 0.27 |
| Hex | 85 | 5 | 21 | 0 | 60 | 4B | 30 | 15B | 5D | 1B |
| Octal | 205 | 5 | 41 | 0 | 140 | 113 | 60 | 533 | 135 | 33 |
| Binary | 10000101 | 101 | 100001 | 0 | 1100000 | 1001011 | 110000 | 101011011 | 1011101 | 11011 |
Color Harmonies of #850521
Complementary color
Monochromatic Colors of #850521
Black with #850521
Text Example
Text Example
White with #850521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850521; }
p { color: rgb(133,5,33); }
H1.HeaderClassName
{
color: #850521;
}
.AnyTagClassName
{
color: #850521;
}
</style>
background-color css
<style>
a { background-color: #850521; }
a { background-color: rgb(133,5,33); }
div.DivClassName
{
background-color: #850521;
}
.BgClassName
{
background-color: #850521;
}
</style>
border-color css
<style>
span { border-color: #850521; }
span { border-color: rgb(133,5,33); }
td.TdClassName
{
border-color: #850521;
}
.TagClassName
{
border-color: #850521;
}
</style>