Shades of Burgundy #820515
Tints of Burgundy #820515
RGB
CMYK
RGB Variations
Color information
#820515 (or 0x820515) is known color: Burgundy. HEX triplet: 82, 05 and 15. RGB value is (130,5,21). Sum of RGB (Red+Green+Blue) = 130+5+21=156 (20% of max value = 765). Red value is 130 (51.17% from 255 or 83.33% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 21 (8.59% from 255 or 13.46% from 156); Max value from RGB is 130 - color contains mainly: red. Hex color #820515 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820515 is #7DFAEA. Grayscale: #2C2C2C. Windows color (decimal): -8256235 or 1377666. OLE color: 1377666.
HSL color Cylindrical-coordinate representation of color #820515: hue angle of 352.32º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #820515 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 5 | 21 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.49 |
| HSL | 352.32º | 0.93% | 0.26% | - |
| HSV(B) | 352.32º | 0.96% | 0.51% | - |
| XYZ | 9.4 | 4.91 | 1.16 | - |
| YUV | 44.2 | 114.91 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 5 | 21 | 0 | 0.96 | 0.84 | 0.49 | 352.32 | 0.93 | 0.26 |
| Hex | 82 | 5 | 15 | 0 | 60 | 54 | 31 | 160 | 5D | 1A |
| Octal | 202 | 5 | 25 | 0 | 140 | 124 | 61 | 540 | 135 | 32 |
| Binary | 10000010 | 101 | 10101 | 0 | 1100000 | 1010100 | 110001 | 101100000 | 1011101 | 11010 |
Color Harmonies of #820515
Complementary color
Monochromatic Colors of #820515
Black with #820515
Text Example
Text Example
White with #820515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820515; }
p { color: rgb(130,5,21); }
H1.HeaderClassName
{
color: #820515;
}
.AnyTagClassName
{
color: #820515;
}
</style>
background-color css
<style>
a { background-color: #820515; }
a { background-color: rgb(130,5,21); }
div.DivClassName
{
background-color: #820515;
}
.BgClassName
{
background-color: #820515;
}
</style>
border-color css
<style>
span { border-color: #820515; }
span { border-color: rgb(130,5,21); }
td.TdClassName
{
border-color: #820515;
}
.TagClassName
{
border-color: #820515;
}
</style>