Shades of Burgundy #820011
Tints of Burgundy #820011
RGB
CMYK
RGB Variations
Color information
#820011 (or 0x820011) is known color: Burgundy. HEX triplet: 82, 00 and 11. RGB value is (130,0,17). Sum of RGB (Red+Green+Blue) = 130+0+17=147 (19% of max value = 765). Red value is 130 (51.17% from 255 or 88.44% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 130 - color contains mainly: red. Hex color #820011 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820011 is #7DFFEE. Grayscale: #282828. Windows color (decimal): -8257519 or 1114242. OLE color: 1114242.
HSL color Cylindrical-coordinate representation of color #820011: hue angle of 352.15º 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 #820011 is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.87 | 0.49 |
| HSL | 352.15º | 1% | 0.25% | - |
| HSV(B) | 352.15º | 1% | 0.51% | - |
| XYZ | 9.31 | 4.79 | 0.96 | - |
| YUV | 40.81 | 114.57 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 17 | 0 | 1 | 0.87 | 0.49 | 352.15 | 1 | 0.25 |
| Hex | 82 | 0 | 11 | 0 | 64 | 57 | 31 | 160 | 64 | 19 |
| Octal | 202 | 0 | 21 | 0 | 144 | 127 | 61 | 540 | 144 | 31 |
| Binary | 10000010 | 0 | 10001 | 0 | 1100100 | 1010111 | 110001 | 101100000 | 1100100 | 11001 |
Color Harmonies of #820011
Complementary color
Monochromatic Colors of #820011
Black with #820011
Text Example
Text Example
White with #820011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820011; }
p { color: rgb(130,0,17); }
H1.HeaderClassName
{
color: #820011;
}
.AnyTagClassName
{
color: #820011;
}
</style>
background-color css
<style>
a { background-color: #820011; }
a { background-color: rgb(130,0,17); }
div.DivClassName
{
background-color: #820011;
}
.BgClassName
{
background-color: #820011;
}
</style>
border-color css
<style>
span { border-color: #820011; }
span { border-color: rgb(130,0,17); }
td.TdClassName
{
border-color: #820011;
}
.TagClassName
{
border-color: #820011;
}
</style>