Shades of Burgundy #841022
Tints of Burgundy #841022
RGB
CMYK
RGB Variations
Color information
#841022 (or 0x841022) is known color: Burgundy. HEX triplet: 84, 10 and 22. RGB value is (132,16,34). Sum of RGB (Red+Green+Blue) = 132+16+34=182 (24% of max value = 765). Red value is 132 (51.95% from 255 or 72.53% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 34 (13.67% from 255 or 18.68% from 182); Max value from RGB is 132 - color contains mainly: red. Hex color #841022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841022 is #7BEFDD. Grayscale: #343434. Windows color (decimal): -8122334 or 2232452. OLE color: 2232452.
HSL color Cylindrical-coordinate representation of color #841022: hue angle of 350.69º degrees, saturation: 0.78, 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 #841022 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 16 | 34 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.48 |
| HSL | 350.69º | 0.78% | 0.29% | - |
| HSV(B) | 350.69º | 0.88% | 0.52% | - |
| XYZ | 9.99 | 5.39 | 2.03 | - |
| YUV | 52.74 | 117.43 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 16 | 34 | 0 | 0.88 | 0.74 | 0.48 | 350.69 | 0.78 | 0.29 |
| Hex | 84 | 10 | 22 | 0 | 58 | 4A | 30 | 15F | 4E | 1D |
| Octal | 204 | 20 | 42 | 0 | 130 | 112 | 60 | 537 | 116 | 35 |
| Binary | 10000100 | 10000 | 100010 | 0 | 1011000 | 1001010 | 110000 | 101011111 | 1001110 | 11101 |
Color Harmonies of #841022
Complementary color
Monochromatic Colors of #841022
Black with #841022
Text Example
Text Example
White with #841022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841022; }
p { color: rgb(132,16,34); }
H1.HeaderClassName
{
color: #841022;
}
.AnyTagClassName
{
color: #841022;
}
</style>
background-color css
<style>
a { background-color: #841022; }
a { background-color: rgb(132,16,34); }
div.DivClassName
{
background-color: #841022;
}
.BgClassName
{
background-color: #841022;
}
</style>
border-color css
<style>
span { border-color: #841022; }
span { border-color: rgb(132,16,34); }
td.TdClassName
{
border-color: #841022;
}
.TagClassName
{
border-color: #841022;
}
</style>