Shades of Burgundy #820516
Tints of Burgundy #820516
RGB
CMYK
RGB Variations
Color information
#820516 (or 0x820516) is known color: Burgundy. HEX triplet: 82, 05 and 16. RGB value is (130,5,22). Sum of RGB (Red+Green+Blue) = 130+5+22=157 (20% of max value = 765). Red value is 130 (51.17% from 255 or 82.80% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 130 - color contains mainly: red. Hex color #820516 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820516 is #7DFAE9. Grayscale: #2C2C2C. Windows color (decimal): -8256234 or 1443202. OLE color: 1443202.
HSL color Cylindrical-coordinate representation of color #820516: hue angle of 351.84º 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 #820516 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 5 | 22 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.49 |
| HSL | 351.84º | 0.93% | 0.26% | - |
| HSV(B) | 351.84º | 0.96% | 0.51% | - |
| XYZ | 9.41 | 4.91 | 1.21 | - |
| YUV | 44.31 | 115.41 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 5 | 22 | 0 | 0.96 | 0.83 | 0.49 | 351.84 | 0.93 | 0.26 |
| Hex | 82 | 5 | 16 | 0 | 60 | 53 | 31 | 160 | 5D | 1A |
| Octal | 202 | 5 | 26 | 0 | 140 | 123 | 61 | 540 | 135 | 32 |
| Binary | 10000010 | 101 | 10110 | 0 | 1100000 | 1010011 | 110001 | 101100000 | 1011101 | 11010 |
Color Harmonies of #820516
Complementary color
Monochromatic Colors of #820516
Black with #820516
Text Example
Text Example
White with #820516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820516; }
p { color: rgb(130,5,22); }
H1.HeaderClassName
{
color: #820516;
}
.AnyTagClassName
{
color: #820516;
}
</style>
background-color css
<style>
a { background-color: #820516; }
a { background-color: rgb(130,5,22); }
div.DivClassName
{
background-color: #820516;
}
.BgClassName
{
background-color: #820516;
}
</style>
border-color css
<style>
span { border-color: #820516; }
span { border-color: rgb(130,5,22); }
td.TdClassName
{
border-color: #820516;
}
.TagClassName
{
border-color: #820516;
}
</style>