Shades of Burgundy #851022
Tints of Burgundy #851022
RGB
CMYK
RGB Variations
Color information
#851022 (or 0x851022) is known color: Burgundy. HEX triplet: 85, 10 and 22. RGB value is (133,16,34). Sum of RGB (Red+Green+Blue) = 133+16+34=183 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.68% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 34 (13.67% from 255 or 18.58% from 183); Max value from RGB is 133 - color contains mainly: red. Hex color #851022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851022 is #7AEFDD. Grayscale: #353535. Windows color (decimal): -8056798 or 2232453. OLE color: 2232453.
HSL color Cylindrical-coordinate representation of color #851022: hue angle of 350.77º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851022 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 16 | 34 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.48 |
| HSL | 350.77º | 0.79% | 0.29% | - |
| HSV(B) | 350.77º | 0.88% | 0.52% | - |
| XYZ | 10.15 | 5.47 | 2.03 | - |
| YUV | 53.04 | 117.26 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 16 | 34 | 0 | 0.88 | 0.74 | 0.48 | 350.77 | 0.79 | 0.29 |
| Hex | 85 | 10 | 22 | 0 | 58 | 4A | 30 | 15F | 4F | 1D |
| Octal | 205 | 20 | 42 | 0 | 130 | 112 | 60 | 537 | 117 | 35 |
| Binary | 10000101 | 10000 | 100010 | 0 | 1011000 | 1001010 | 110000 | 101011111 | 1001111 | 11101 |
Color Harmonies of #851022
Complementary color
Monochromatic Colors of #851022
Black with #851022
Text Example
Text Example
White with #851022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851022; }
p { color: rgb(133,16,34); }
H1.HeaderClassName
{
color: #851022;
}
.AnyTagClassName
{
color: #851022;
}
</style>
background-color css
<style>
a { background-color: #851022; }
a { background-color: rgb(133,16,34); }
div.DivClassName
{
background-color: #851022;
}
.BgClassName
{
background-color: #851022;
}
</style>
border-color css
<style>
span { border-color: #851022; }
span { border-color: rgb(133,16,34); }
td.TdClassName
{
border-color: #851022;
}
.TagClassName
{
border-color: #851022;
}
</style>