Shades of Burgundy #820229
Tints of Burgundy #820229
RGB
CMYK
RGB Variations
Color information
#820229 (or 0x820229) is known color: Burgundy. HEX triplet: 82, 02 and 29. RGB value is (130,2,41). Sum of RGB (Red+Green+Blue) = 130+2+41=173 (22% of max value = 765). Red value is 130 (51.17% from 255 or 75.14% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 41 (16.41% from 255 or 23.70% from 173); Max value from RGB is 130 - color contains mainly: red. Hex color #820229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820229 is #7DFDD6. Grayscale: #2C2C2C. Windows color (decimal): -8256983 or 2687618. OLE color: 2687618.
HSL color Cylindrical-coordinate representation of color #820229: hue angle of 341.72º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #820229 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 2 | 41 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.49 |
| HSL | 341.72º | 0.97% | 0.26% | - |
| HSV(B) | 341.72º | 0.98% | 0.51% | - |
| XYZ | 9.63 | 4.95 | 2.55 | - |
| YUV | 44.72 | 125.91 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 2 | 41 | 0 | 0.98 | 0.68 | 0.49 | 341.72 | 0.97 | 0.26 |
| Hex | 82 | 2 | 29 | 0 | 62 | 44 | 31 | 156 | 61 | 1A |
| Octal | 202 | 2 | 51 | 0 | 142 | 104 | 61 | 526 | 141 | 32 |
| Binary | 10000010 | 10 | 101001 | 0 | 1100010 | 1000100 | 110001 | 101010110 | 1100001 | 11010 |
Color Harmonies of #820229
Complementary color
Monochromatic Colors of #820229
Black with #820229
Text Example
Text Example
White with #820229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820229; }
p { color: rgb(130,2,41); }
H1.HeaderClassName
{
color: #820229;
}
.AnyTagClassName
{
color: #820229;
}
</style>
background-color css
<style>
a { background-color: #820229; }
a { background-color: rgb(130,2,41); }
div.DivClassName
{
background-color: #820229;
}
.BgClassName
{
background-color: #820229;
}
</style>
border-color css
<style>
span { border-color: #820229; }
span { border-color: rgb(130,2,41); }
td.TdClassName
{
border-color: #820229;
}
.TagClassName
{
border-color: #820229;
}
</style>