Shades of Burgundy #850022
Tints of Burgundy #850022
RGB
CMYK
RGB Variations
Color information
#850022 (or 0x850022) is known color: Burgundy. HEX triplet: 85, 00 and 22. RGB value is (133,0,34). Sum of RGB (Red+Green+Blue) = 133+0+34=167 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.64% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 34 (13.67% from 255 or 20.36% from 167); Max value from RGB is 133 - color contains mainly: red. Hex color #850022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850022 is #7AFFDD. Grayscale: #2B2B2B. Windows color (decimal): -8060894 or 2228357. OLE color: 2228357.
HSL color Cylindrical-coordinate representation of color #850022: hue angle of 344.66º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #850022 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 0 | 34 | - |
| CMYK | 0 | 1 | 0.74 | 0.48 |
| HSL | 344.66º | 1% | 0.26% | - |
| HSV(B) | 344.66º | 1% | 0.52% | - |
| XYZ | 9.96 | 5.1 | 1.97 | - |
| YUV | 43.64 | 122.56 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 0 | 34 | 0 | 1 | 0.74 | 0.48 | 344.66 | 1 | 0.26 |
| Hex | 85 | 0 | 22 | 0 | 64 | 4A | 30 | 159 | 64 | 1A |
| Octal | 205 | 0 | 42 | 0 | 144 | 112 | 60 | 531 | 144 | 32 |
| Binary | 10000101 | 0 | 100010 | 0 | 1100100 | 1001010 | 110000 | 101011001 | 1100100 | 11010 |
Color Harmonies of #850022
Complementary color
Monochromatic Colors of #850022
Black with #850022
Text Example
Text Example
White with #850022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850022; }
p { color: rgb(133,0,34); }
H1.HeaderClassName
{
color: #850022;
}
.AnyTagClassName
{
color: #850022;
}
</style>
background-color css
<style>
a { background-color: #850022; }
a { background-color: rgb(133,0,34); }
div.DivClassName
{
background-color: #850022;
}
.BgClassName
{
background-color: #850022;
}
</style>
border-color css
<style>
span { border-color: #850022; }
span { border-color: rgb(133,0,34); }
td.TdClassName
{
border-color: #850022;
}
.TagClassName
{
border-color: #850022;
}
</style>