Shades of Burgundy #820A16
Tints of Burgundy #820A16
RGB
CMYK
RGB Variations
Color information
#820A16 (or 0x820A16) is known color: Burgundy. HEX triplet: 82, 0A and 16. RGB value is (130,10,22). Sum of RGB (Red+Green+Blue) = 130+10+22=162 (21% of max value = 765). Red value is 130 (51.17% from 255 or 80.25% from 162); Green value is 10 (4.30% from 255 or 6.17% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 130 - color contains mainly: red. Hex color #820A16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820A16 is #7DF5E9. Grayscale: #2F2F2F. Windows color (decimal): -8254954 or 1444482. OLE color: 1444482.
HSL color Cylindrical-coordinate representation of color #820A16: hue angle of 354º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #820A16 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 10 | 22 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.49 |
| HSL | 354º | 0.86% | 0.27% | - |
| HSV(B) | 354º | 0.92% | 0.51% | - |
| XYZ | 9.46 | 5.02 | 1.23 | - |
| YUV | 47.25 | 113.76 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 10 | 22 | 0 | 0.92 | 0.83 | 0.49 | 354 | 0.86 | 0.27 |
| Hex | 82 | A | 16 | 0 | 5C | 53 | 31 | 162 | 56 | 1B |
| Octal | 202 | 12 | 26 | 0 | 134 | 123 | 61 | 542 | 126 | 33 |
| Binary | 10000010 | 1010 | 10110 | 0 | 1011100 | 1010011 | 110001 | 101100010 | 1010110 | 11011 |
Color Harmonies of #820A16
Complementary color
Monochromatic Colors of #820A16
Black with #820A16
Text Example
Text Example
White with #820A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820A16; }
p { color: rgb(130,10,22); }
H1.HeaderClassName
{
color: #820A16;
}
.AnyTagClassName
{
color: #820A16;
}
</style>
background-color css
<style>
a { background-color: #820A16; }
a { background-color: rgb(130,10,22); }
div.DivClassName
{
background-color: #820A16;
}
.BgClassName
{
background-color: #820A16;
}
</style>
border-color css
<style>
span { border-color: #820A16; }
span { border-color: rgb(130,10,22); }
td.TdClassName
{
border-color: #820A16;
}
.TagClassName
{
border-color: #820A16;
}
</style>