Shades of Burgundy #821221
Tints of Burgundy #821221
RGB
CMYK
RGB Variations
Color information
#821221 (or 0x821221) is known color: Burgundy. HEX triplet: 82, 12 and 21. RGB value is (130,18,33). Sum of RGB (Red+Green+Blue) = 130+18+33=181 (23% of max value = 765). Red value is 130 (51.17% from 255 or 71.82% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 33 (13.28% from 255 or 18.23% from 181); Max value from RGB is 130 - color contains mainly: red. Hex color #821221 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821221 is #7DEDDE. Grayscale: #353535. Windows color (decimal): -8252895 or 2167426. OLE color: 2167426.
HSL color Cylindrical-coordinate representation of color #821221: hue angle of 351.96º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #821221 is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 18 | 33 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.49 |
| HSL | 351.96º | 0.76% | 0.29% | - |
| HSV(B) | 351.96º | 0.86% | 0.51% | - |
| XYZ | 9.7 | 5.29 | 1.95 | - |
| YUV | 53.2 | 116.61 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 18 | 33 | 0 | 0.86 | 0.75 | 0.49 | 351.96 | 0.76 | 0.29 |
| Hex | 82 | 12 | 21 | 0 | 56 | 4B | 31 | 160 | 4C | 1D |
| Octal | 202 | 22 | 41 | 0 | 126 | 113 | 61 | 540 | 114 | 35 |
| Binary | 10000010 | 10010 | 100001 | 0 | 1010110 | 1001011 | 110001 | 101100000 | 1001100 | 11101 |
Color Harmonies of #821221
Complementary color
Monochromatic Colors of #821221
Black with #821221
Text Example
Text Example
White with #821221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821221; }
p { color: rgb(130,18,33); }
H1.HeaderClassName
{
color: #821221;
}
.AnyTagClassName
{
color: #821221;
}
</style>
background-color css
<style>
a { background-color: #821221; }
a { background-color: rgb(130,18,33); }
div.DivClassName
{
background-color: #821221;
}
.BgClassName
{
background-color: #821221;
}
</style>
border-color css
<style>
span { border-color: #821221; }
span { border-color: rgb(130,18,33); }
td.TdClassName
{
border-color: #821221;
}
.TagClassName
{
border-color: #821221;
}
</style>