Shades of Burgundy #841421
Tints of Burgundy #841421
RGB
CMYK
RGB Variations
Color information
#841421 (or 0x841421) is known color: Burgundy. HEX triplet: 84, 14 and 21. RGB value is (132,20,33). Sum of RGB (Red+Green+Blue) = 132+20+33=185 (24% of max value = 765). Red value is 132 (51.95% from 255 or 71.35% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 33 (13.28% from 255 or 17.84% from 185); Max value from RGB is 132 - color contains mainly: red. Hex color #841421 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841421 is #7BEBDE. Grayscale: #373737. Windows color (decimal): -8121311 or 2167940. OLE color: 2167940.
HSL color Cylindrical-coordinate representation of color #841421: hue angle of 353.04º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #841421 is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 20 | 33 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.48 |
| HSL | 353.04º | 0.74% | 0.3% | - |
| HSV(B) | 353.04º | 0.85% | 0.52% | - |
| XYZ | 10.04 | 5.52 | 1.97 | - |
| YUV | 54.97 | 115.61 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 20 | 33 | 0 | 0.85 | 0.75 | 0.48 | 353.04 | 0.74 | 0.3 |
| Hex | 84 | 14 | 21 | 0 | 55 | 4B | 30 | 161 | 4A | 1E |
| Octal | 204 | 24 | 41 | 0 | 125 | 113 | 60 | 541 | 112 | 36 |
| Binary | 10000100 | 10100 | 100001 | 0 | 1010101 | 1001011 | 110000 | 101100001 | 1001010 | 11110 |
Color Harmonies of #841421
Complementary color
Monochromatic Colors of #841421
Black with #841421
Text Example
Text Example
White with #841421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841421; }
p { color: rgb(132,20,33); }
H1.HeaderClassName
{
color: #841421;
}
.AnyTagClassName
{
color: #841421;
}
</style>
background-color css
<style>
a { background-color: #841421; }
a { background-color: rgb(132,20,33); }
div.DivClassName
{
background-color: #841421;
}
.BgClassName
{
background-color: #841421;
}
</style>
border-color css
<style>
span { border-color: #841421; }
span { border-color: rgb(132,20,33); }
td.TdClassName
{
border-color: #841421;
}
.TagClassName
{
border-color: #841421;
}
</style>