Shades of Burgundy #820A17
Tints of Burgundy #820A17
RGB
CMYK
RGB Variations
Color information
#820A17 (or 0x820A17) is known color: Burgundy. HEX triplet: 82, 0A and 17. RGB value is (130,10,23). Sum of RGB (Red+Green+Blue) = 130+10+23=163 (21% of max value = 765). Red value is 130 (51.17% from 255 or 79.75% from 163); Green value is 10 (4.30% from 255 or 6.13% from 163); Blue value is 23 (9.38% from 255 or 14.11% from 163); Max value from RGB is 130 - color contains mainly: red. Hex color #820A17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820A17 is #7DF5E8. Grayscale: #2F2F2F. Windows color (decimal): -8254953 or 1510018. OLE color: 1510018.
HSL color Cylindrical-coordinate representation of color #820A17: hue angle of 353.5º 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 #820A17 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 10 | 23 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.49 |
| HSL | 353.5º | 0.86% | 0.27% | - |
| HSV(B) | 353.5º | 0.92% | 0.51% | - |
| XYZ | 9.47 | 5.02 | 1.28 | - |
| YUV | 47.36 | 114.26 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 10 | 23 | 0 | 0.92 | 0.82 | 0.49 | 353.5 | 0.86 | 0.27 |
| Hex | 82 | A | 17 | 0 | 5C | 52 | 31 | 162 | 56 | 1B |
| Octal | 202 | 12 | 27 | 0 | 134 | 122 | 61 | 542 | 126 | 33 |
| Binary | 10000010 | 1010 | 10111 | 0 | 1011100 | 1010010 | 110001 | 101100010 | 1010110 | 11011 |
Color Harmonies of #820A17
Complementary color
Monochromatic Colors of #820A17
Black with #820A17
Text Example
Text Example
White with #820A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820A17; }
p { color: rgb(130,10,23); }
H1.HeaderClassName
{
color: #820A17;
}
.AnyTagClassName
{
color: #820A17;
}
</style>
background-color css
<style>
a { background-color: #820A17; }
a { background-color: rgb(130,10,23); }
div.DivClassName
{
background-color: #820A17;
}
.BgClassName
{
background-color: #820A17;
}
</style>
border-color css
<style>
span { border-color: #820A17; }
span { border-color: rgb(130,10,23); }
td.TdClassName
{
border-color: #820A17;
}
.TagClassName
{
border-color: #820A17;
}
</style>