Shades of Burgundy #820519
Tints of Burgundy #820519
RGB
CMYK
RGB Variations
Color information
#820519 (or 0x820519) is known color: Burgundy. HEX triplet: 82, 05 and 19. RGB value is (130,5,25). Sum of RGB (Red+Green+Blue) = 130+5+25=160 (21% of max value = 765). Red value is 130 (51.17% from 255 or 81.25% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 25 (10.16% from 255 or 15.62% from 160); Max value from RGB is 130 - color contains mainly: red. Hex color #820519 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820519 is #7DFAE6. Grayscale: #2C2C2C. Windows color (decimal): -8256231 or 1639810. OLE color: 1639810.
HSL color Cylindrical-coordinate representation of color #820519: hue angle of 350.4º 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 #820519 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 5 | 25 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.49 |
| HSL | 350.4º | 0.93% | 0.26% | - |
| HSV(B) | 350.4º | 0.96% | 0.51% | - |
| XYZ | 9.44 | 4.92 | 1.37 | - |
| YUV | 44.66 | 116.91 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 5 | 25 | 0 | 0.96 | 0.81 | 0.49 | 350.4 | 0.93 | 0.26 |
| Hex | 82 | 5 | 19 | 0 | 60 | 51 | 31 | 15E | 5D | 1A |
| Octal | 202 | 5 | 31 | 0 | 140 | 121 | 61 | 536 | 135 | 32 |
| Binary | 10000010 | 101 | 11001 | 0 | 1100000 | 1010001 | 110001 | 101011110 | 1011101 | 11010 |
Color Harmonies of #820519
Complementary color
Monochromatic Colors of #820519
Black with #820519
Text Example
Text Example
White with #820519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820519; }
p { color: rgb(130,5,25); }
H1.HeaderClassName
{
color: #820519;
}
.AnyTagClassName
{
color: #820519;
}
</style>
background-color css
<style>
a { background-color: #820519; }
a { background-color: rgb(130,5,25); }
div.DivClassName
{
background-color: #820519;
}
.BgClassName
{
background-color: #820519;
}
</style>
border-color css
<style>
span { border-color: #820519; }
span { border-color: rgb(130,5,25); }
td.TdClassName
{
border-color: #820519;
}
.TagClassName
{
border-color: #820519;
}
</style>