Shades of Burgundy #820D32
Tints of Burgundy #820D32
RGB
CMYK
RGB Variations
Color information
#820D32 (or 0x820D32) is known color: Burgundy. HEX triplet: 82, 0D and 32. RGB value is (130,13,50). Sum of RGB (Red+Green+Blue) = 130+13+50=193 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.36% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 130 - color contains mainly: red. Hex color #820D32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820D32 is #7DF2CD. Grayscale: #343434. Windows color (decimal): -8254158 or 3280258. OLE color: 3280258.
HSL color Cylindrical-coordinate representation of color #820D32: hue angle of 341.03º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #820D32 is Cyan = 0, Magento = 0.9, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 13 | 50 | - |
| CMYK | 0 | 0.9 | 0.62 | 0.49 |
| HSL | 341.03º | 0.82% | 0.28% | - |
| HSV(B) | 341.03º | 0.9% | 0.51% | - |
| XYZ | 9.93 | 5.26 | 3.51 | - |
| YUV | 52.2 | 126.76 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 13 | 50 | 0 | 0.9 | 0.62 | 0.49 | 341.03 | 0.82 | 0.28 |
| Hex | 82 | D | 32 | 0 | 5A | 3E | 31 | 155 | 52 | 1C |
| Octal | 202 | 15 | 62 | 0 | 132 | 76 | 61 | 525 | 122 | 34 |
| Binary | 10000010 | 1101 | 110010 | 0 | 1011010 | 111110 | 110001 | 101010101 | 1010010 | 11100 |
Color Harmonies of #820D32
Complementary color
Monochromatic Colors of #820D32
Black with #820D32
Text Example
Text Example
White with #820D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820D32; }
p { color: rgb(130,13,50); }
H1.HeaderClassName
{
color: #820D32;
}
.AnyTagClassName
{
color: #820D32;
}
</style>
background-color css
<style>
a { background-color: #820D32; }
a { background-color: rgb(130,13,50); }
div.DivClassName
{
background-color: #820D32;
}
.BgClassName
{
background-color: #820D32;
}
</style>
border-color css
<style>
span { border-color: #820D32; }
span { border-color: rgb(130,13,50); }
td.TdClassName
{
border-color: #820D32;
}
.TagClassName
{
border-color: #820D32;
}
</style>