Shades of Burgundy #820215
Tints of Burgundy #820215
RGB
CMYK
RGB Variations
Color information
#820215 (or 0x820215) is known color: Burgundy. HEX triplet: 82, 02 and 15. RGB value is (130,2,21). Sum of RGB (Red+Green+Blue) = 130+2+21=153 (20% of max value = 765). Red value is 130 (51.17% from 255 or 84.97% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 130 - color contains mainly: red. Hex color #820215 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820215 is #7DFDEA. Grayscale: #2A2A2A. Windows color (decimal): -8257003 or 1376898. OLE color: 1376898.
HSL color Cylindrical-coordinate representation of color #820215: hue angle of 351.09º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #820215 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 2 | 21 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.49 |
| HSL | 351.09º | 0.97% | 0.26% | - |
| HSV(B) | 351.09º | 0.98% | 0.51% | - |
| XYZ | 9.36 | 4.84 | 1.15 | - |
| YUV | 42.44 | 115.91 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 2 | 21 | 0 | 0.98 | 0.84 | 0.49 | 351.09 | 0.97 | 0.26 |
| Hex | 82 | 2 | 15 | 0 | 62 | 54 | 31 | 15F | 61 | 1A |
| Octal | 202 | 2 | 25 | 0 | 142 | 124 | 61 | 537 | 141 | 32 |
| Binary | 10000010 | 10 | 10101 | 0 | 1100010 | 1010100 | 110001 | 101011111 | 1100001 | 11010 |
Color Harmonies of #820215
Complementary color
Monochromatic Colors of #820215
Black with #820215
Text Example
Text Example
White with #820215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820215; }
p { color: rgb(130,2,21); }
H1.HeaderClassName
{
color: #820215;
}
.AnyTagClassName
{
color: #820215;
}
</style>
background-color css
<style>
a { background-color: #820215; }
a { background-color: rgb(130,2,21); }
div.DivClassName
{
background-color: #820215;
}
.BgClassName
{
background-color: #820215;
}
</style>
border-color css
<style>
span { border-color: #820215; }
span { border-color: rgb(130,2,21); }
td.TdClassName
{
border-color: #820215;
}
.TagClassName
{
border-color: #820215;
}
</style>