Shades of Burgundy #820514
Tints of Burgundy #820514
RGB
CMYK
RGB Variations
Color information
#820514 (or 0x820514) is known color: Burgundy. HEX triplet: 82, 05 and 14. RGB value is (130,5,20). Sum of RGB (Red+Green+Blue) = 130+5+20=155 (20% of max value = 765). Red value is 130 (51.17% from 255 or 83.87% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 20 (8.20% from 255 or 12.90% from 155); Max value from RGB is 130 - color contains mainly: red. Hex color #820514 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820514 is #7DFAEB. Grayscale: #2C2C2C. Windows color (decimal): -8256236 or 1312130. OLE color: 1312130.
HSL color Cylindrical-coordinate representation of color #820514: hue angle of 352.8º 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 #820514 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 5 | 20 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.49 |
| HSL | 352.8º | 0.93% | 0.26% | - |
| HSV(B) | 352.8º | 0.96% | 0.51% | - |
| XYZ | 9.39 | 4.9 | 1.11 | - |
| YUV | 44.09 | 114.41 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 5 | 20 | 0 | 0.96 | 0.85 | 0.49 | 352.8 | 0.93 | 0.26 |
| Hex | 82 | 5 | 14 | 0 | 60 | 55 | 31 | 161 | 5D | 1A |
| Octal | 202 | 5 | 24 | 0 | 140 | 125 | 61 | 541 | 135 | 32 |
| Binary | 10000010 | 101 | 10100 | 0 | 1100000 | 1010101 | 110001 | 101100001 | 1011101 | 11010 |
Color Harmonies of #820514
Complementary color
Monochromatic Colors of #820514
Black with #820514
Text Example
Text Example
White with #820514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820514; }
p { color: rgb(130,5,20); }
H1.HeaderClassName
{
color: #820514;
}
.AnyTagClassName
{
color: #820514;
}
</style>
background-color css
<style>
a { background-color: #820514; }
a { background-color: rgb(130,5,20); }
div.DivClassName
{
background-color: #820514;
}
.BgClassName
{
background-color: #820514;
}
</style>
border-color css
<style>
span { border-color: #820514; }
span { border-color: rgb(130,5,20); }
td.TdClassName
{
border-color: #820514;
}
.TagClassName
{
border-color: #820514;
}
</style>