Shades of Burgundy #820014
Tints of Burgundy #820014
RGB
CMYK
RGB Variations
Color information
#820014 (or 0x820014) is known color: Burgundy. HEX triplet: 82, 00 and 14. RGB value is (130,0,20). Sum of RGB (Red+Green+Blue) = 130+0+20=150 (19% of max value = 765). Red value is 130 (51.17% from 255 or 86.67% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 20 (8.20% from 255 or 13.33% from 150); Max value from RGB is 130 - color contains mainly: red. Hex color #820014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820014 is #7DFFEB. Grayscale: #292929. Windows color (decimal): -8257516 or 1310850. OLE color: 1310850.
HSL color Cylindrical-coordinate representation of color #820014: hue angle of 350.77º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #820014 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 0 | 20 | - |
| CMYK | 0 | 1 | 0.85 | 0.49 |
| HSL | 350.77º | 1% | 0.25% | - |
| HSV(B) | 350.77º | 1% | 0.51% | - |
| XYZ | 9.33 | 4.8 | 1.1 | - |
| YUV | 41.15 | 116.07 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 20 | 0 | 1 | 0.85 | 0.49 | 350.77 | 1 | 0.25 |
| Hex | 82 | 0 | 14 | 0 | 64 | 55 | 31 | 15F | 64 | 19 |
| Octal | 202 | 0 | 24 | 0 | 144 | 125 | 61 | 537 | 144 | 31 |
| Binary | 10000010 | 0 | 10100 | 0 | 1100100 | 1010101 | 110001 | 101011111 | 1100100 | 11001 |
Color Harmonies of #820014
Complementary color
Monochromatic Colors of #820014
Black with #820014
Text Example
Text Example
White with #820014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820014; }
p { color: rgb(130,0,20); }
H1.HeaderClassName
{
color: #820014;
}
.AnyTagClassName
{
color: #820014;
}
</style>
background-color css
<style>
a { background-color: #820014; }
a { background-color: rgb(130,0,20); }
div.DivClassName
{
background-color: #820014;
}
.BgClassName
{
background-color: #820014;
}
</style>
border-color css
<style>
span { border-color: #820014; }
span { border-color: rgb(130,0,20); }
td.TdClassName
{
border-color: #820014;
}
.TagClassName
{
border-color: #820014;
}
</style>