Shades of Burgundy #820932
Tints of Burgundy #820932
RGB
CMYK
RGB Variations
Color information
#820932 (or 0x820932) is known color: Burgundy. HEX triplet: 82, 09 and 32. RGB value is (130,9,50). Sum of RGB (Red+Green+Blue) = 130+9+50=189 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.78% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 50 (19.92% from 255 or 26.46% from 189); Max value from RGB is 130 - color contains mainly: red. Hex color #820932 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820932 is #7DF6CD. Grayscale: #313131. Windows color (decimal): -8255182 or 3279234. OLE color: 3279234.
HSL color Cylindrical-coordinate representation of color #820932: hue angle of 339.67º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820932 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 9 | 50 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.49 |
| HSL | 339.67º | 0.87% | 0.27% | - |
| HSV(B) | 339.67º | 0.93% | 0.51% | - |
| XYZ | 9.88 | 5.17 | 3.5 | - |
| YUV | 49.85 | 128.09 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 9 | 50 | 0 | 0.93 | 0.62 | 0.49 | 339.67 | 0.87 | 0.27 |
| Hex | 82 | 9 | 32 | 0 | 5D | 3E | 31 | 154 | 57 | 1B |
| Octal | 202 | 11 | 62 | 0 | 135 | 76 | 61 | 524 | 127 | 33 |
| Binary | 10000010 | 1001 | 110010 | 0 | 1011101 | 111110 | 110001 | 101010100 | 1010111 | 11011 |
Color Harmonies of #820932
Complementary color
Monochromatic Colors of #820932
Black with #820932
Text Example
Text Example
White with #820932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820932; }
p { color: rgb(130,9,50); }
H1.HeaderClassName
{
color: #820932;
}
.AnyTagClassName
{
color: #820932;
}
</style>
background-color css
<style>
a { background-color: #820932; }
a { background-color: rgb(130,9,50); }
div.DivClassName
{
background-color: #820932;
}
.BgClassName
{
background-color: #820932;
}
</style>
border-color css
<style>
span { border-color: #820932; }
span { border-color: rgb(130,9,50); }
td.TdClassName
{
border-color: #820932;
}
.TagClassName
{
border-color: #820932;
}
</style>