Shades of Burgundy #841020
Tints of Burgundy #841020
RGB
CMYK
RGB Variations
Color information
#841020 (or 0x841020) is known color: Burgundy. HEX triplet: 84, 10 and 20. RGB value is (132,16,32). Sum of RGB (Red+Green+Blue) = 132+16+32=180 (23% of max value = 765). Red value is 132 (51.95% from 255 or 73.33% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 132 - color contains mainly: red. Hex color #841020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841020 is #7BEFDF. Grayscale: #343434. Windows color (decimal): -8122336 or 2101380. OLE color: 2101380.
HSL color Cylindrical-coordinate representation of color #841020: hue angle of 351.72º 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 #841020 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 16 | 32 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.48 |
| HSL | 351.72º | 0.78% | 0.29% | - |
| HSV(B) | 351.72º | 0.88% | 0.52% | - |
| XYZ | 9.96 | 5.38 | 1.88 | - |
| YUV | 52.51 | 116.43 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 16 | 32 | 0 | 0.88 | 0.76 | 0.48 | 351.72 | 0.78 | 0.29 |
| Hex | 84 | 10 | 20 | 0 | 58 | 4C | 30 | 160 | 4E | 1D |
| Octal | 204 | 20 | 40 | 0 | 130 | 114 | 60 | 540 | 116 | 35 |
| Binary | 10000100 | 10000 | 100000 | 0 | 1011000 | 1001100 | 110000 | 101100000 | 1001110 | 11101 |
Color Harmonies of #841020
Complementary color
Monochromatic Colors of #841020
Black with #841020
Text Example
Text Example
White with #841020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841020; }
p { color: rgb(132,16,32); }
H1.HeaderClassName
{
color: #841020;
}
.AnyTagClassName
{
color: #841020;
}
</style>
background-color css
<style>
a { background-color: #841020; }
a { background-color: rgb(132,16,32); }
div.DivClassName
{
background-color: #841020;
}
.BgClassName
{
background-color: #841020;
}
</style>
border-color css
<style>
span { border-color: #841020; }
span { border-color: rgb(132,16,32); }
td.TdClassName
{
border-color: #841020;
}
.TagClassName
{
border-color: #841020;
}
</style>