Shades of Burgundy #820035
Tints of Burgundy #820035
RGB
CMYK
RGB Variations
Color information
#820035 (or 0x820035) is known color: Burgundy. HEX triplet: 82, 00 and 35. RGB value is (130,0,53). Sum of RGB (Red+Green+Blue) = 130+0+53=183 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.04% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 53 (21.09% from 255 or 28.96% from 183); Max value from RGB is 130 - color contains mainly: red. Hex color #820035 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820035 is #7DFFCA. Grayscale: #2C2C2C. Windows color (decimal): -8257483 or 3473538. OLE color: 3473538.
HSL color Cylindrical-coordinate representation of color #820035: hue angle of 335.54º 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 #820035 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 0 | 53 | - |
| CMYK | 0 | 1 | 0.59 | 0.49 |
| HSL | 335.54º | 1% | 0.25% | - |
| HSV(B) | 335.54º | 1% | 0.51% | - |
| XYZ | 9.85 | 5 | 3.81 | - |
| YUV | 44.91 | 132.57 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 53 | 0 | 1 | 0.59 | 0.49 | 335.54 | 1 | 0.25 |
| Hex | 82 | 0 | 35 | 0 | 64 | 3B | 31 | 150 | 64 | 19 |
| Octal | 202 | 0 | 65 | 0 | 144 | 73 | 61 | 520 | 144 | 31 |
| Binary | 10000010 | 0 | 110101 | 0 | 1100100 | 111011 | 110001 | 101010000 | 1100100 | 11001 |
Color Harmonies of #820035
Complementary color
Monochromatic Colors of #820035
Black with #820035
Text Example
Text Example
White with #820035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820035; }
p { color: rgb(130,0,53); }
H1.HeaderClassName
{
color: #820035;
}
.AnyTagClassName
{
color: #820035;
}
</style>
background-color css
<style>
a { background-color: #820035; }
a { background-color: rgb(130,0,53); }
div.DivClassName
{
background-color: #820035;
}
.BgClassName
{
background-color: #820035;
}
</style>
border-color css
<style>
span { border-color: #820035; }
span { border-color: rgb(130,0,53); }
td.TdClassName
{
border-color: #820035;
}
.TagClassName
{
border-color: #820035;
}
</style>