Shades of Burgundy #820032
Tints of Burgundy #820032
RGB
CMYK
RGB Variations
Color information
#820032 (or 0x820032) is known color: Burgundy. HEX triplet: 82, 00 and 32. RGB value is (130,0,50). Sum of RGB (Red+Green+Blue) = 130+0+50=180 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.22% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 130 - color contains mainly: red. Hex color #820032 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820032 is #7DFFCD. Grayscale: #2C2C2C. Windows color (decimal): -8257486 or 3276930. OLE color: 3276930.
HSL color Cylindrical-coordinate representation of color #820032: hue angle of 336.92º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #820032 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 0 | 50 | - |
| CMYK | 0 | 1 | 0.62 | 0.49 |
| HSL | 336.92º | 1% | 0.25% | - |
| HSV(B) | 336.92º | 1% | 0.51% | - |
| XYZ | 9.78 | 4.98 | 3.46 | - |
| YUV | 44.57 | 131.07 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 50 | 0 | 1 | 0.62 | 0.49 | 336.92 | 1 | 0.25 |
| Hex | 82 | 0 | 32 | 0 | 64 | 3E | 31 | 151 | 64 | 19 |
| Octal | 202 | 0 | 62 | 0 | 144 | 76 | 61 | 521 | 144 | 31 |
| Binary | 10000010 | 0 | 110010 | 0 | 1100100 | 111110 | 110001 | 101010001 | 1100100 | 11001 |
Color Harmonies of #820032
Complementary color
Monochromatic Colors of #820032
Black with #820032
Text Example
Text Example
White with #820032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820032; }
p { color: rgb(130,0,50); }
H1.HeaderClassName
{
color: #820032;
}
.AnyTagClassName
{
color: #820032;
}
</style>
background-color css
<style>
a { background-color: #820032; }
a { background-color: rgb(130,0,50); }
div.DivClassName
{
background-color: #820032;
}
.BgClassName
{
background-color: #820032;
}
</style>
border-color css
<style>
span { border-color: #820032; }
span { border-color: rgb(130,0,50); }
td.TdClassName
{
border-color: #820032;
}
.TagClassName
{
border-color: #820032;
}
</style>