Shades of Burgundy #821229
Tints of Burgundy #821229
RGB
CMYK
RGB Variations
Color information
#821229 (or 0x821229) is known color: Burgundy. HEX triplet: 82, 12 and 29. RGB value is (130,18,41). Sum of RGB (Red+Green+Blue) = 130+18+41=189 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.78% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 41 (16.41% from 255 or 21.69% from 189); Max value from RGB is 130 - color contains mainly: red. Hex color #821229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821229 is #7DEDD6. Grayscale: #363636. Windows color (decimal): -8252887 or 2691714. OLE color: 2691714.
HSL color Cylindrical-coordinate representation of color #821229: hue angle of 347.68º 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 #821229 is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 18 | 41 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.49 |
| HSL | 347.68º | 0.76% | 0.29% | - |
| HSV(B) | 347.68º | 0.86% | 0.51% | - |
| XYZ | 9.82 | 5.34 | 2.61 | - |
| YUV | 54.11 | 120.61 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 18 | 41 | 0 | 0.86 | 0.68 | 0.49 | 347.68 | 0.76 | 0.29 |
| Hex | 82 | 12 | 29 | 0 | 56 | 44 | 31 | 15C | 4C | 1D |
| Octal | 202 | 22 | 51 | 0 | 126 | 104 | 61 | 534 | 114 | 35 |
| Binary | 10000010 | 10010 | 101001 | 0 | 1010110 | 1000100 | 110001 | 101011100 | 1001100 | 11101 |
Color Harmonies of #821229
Complementary color
Monochromatic Colors of #821229
Black with #821229
Text Example
Text Example
White with #821229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821229; }
p { color: rgb(130,18,41); }
H1.HeaderClassName
{
color: #821229;
}
.AnyTagClassName
{
color: #821229;
}
</style>
background-color css
<style>
a { background-color: #821229; }
a { background-color: rgb(130,18,41); }
div.DivClassName
{
background-color: #821229;
}
.BgClassName
{
background-color: #821229;
}
</style>
border-color css
<style>
span { border-color: #821229; }
span { border-color: rgb(130,18,41); }
td.TdClassName
{
border-color: #821229;
}
.TagClassName
{
border-color: #821229;
}
</style>