Shades of Burgundy #850322
Tints of Burgundy #850322
RGB
CMYK
RGB Variations
Color information
#850322 (or 0x850322) is known color: Burgundy. HEX triplet: 85, 03 and 22. RGB value is (133,3,34). Sum of RGB (Red+Green+Blue) = 133+3+34=170 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.24% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 34 (13.67% from 255 or 20% from 170); Max value from RGB is 133 - color contains mainly: red. Hex color #850322 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850322 is #7AFCDD. Grayscale: #2D2D2D. Windows color (decimal): -8060126 or 2229125. OLE color: 2229125.
HSL color Cylindrical-coordinate representation of color #850322: hue angle of 345.69º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #850322 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 3 | 34 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.48 |
| HSL | 345.69º | 0.96% | 0.27% | - |
| HSV(B) | 345.69º | 0.98% | 0.52% | - |
| XYZ | 9.99 | 5.17 | 1.98 | - |
| YUV | 45.4 | 121.57 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 3 | 34 | 0 | 0.98 | 0.74 | 0.48 | 345.69 | 0.96 | 0.27 |
| Hex | 85 | 3 | 22 | 0 | 62 | 4A | 30 | 15A | 60 | 1B |
| Octal | 205 | 3 | 42 | 0 | 142 | 112 | 60 | 532 | 140 | 33 |
| Binary | 10000101 | 11 | 100010 | 0 | 1100010 | 1001010 | 110000 | 101011010 | 1100000 | 11011 |
Color Harmonies of #850322
Complementary color
Monochromatic Colors of #850322
Black with #850322
Text Example
Text Example
White with #850322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850322; }
p { color: rgb(133,3,34); }
H1.HeaderClassName
{
color: #850322;
}
.AnyTagClassName
{
color: #850322;
}
</style>
background-color css
<style>
a { background-color: #850322; }
a { background-color: rgb(133,3,34); }
div.DivClassName
{
background-color: #850322;
}
.BgClassName
{
background-color: #850322;
}
</style>
border-color css
<style>
span { border-color: #850322; }
span { border-color: rgb(133,3,34); }
td.TdClassName
{
border-color: #850322;
}
.TagClassName
{
border-color: #850322;
}
</style>