Shades of Burgundy #820112
Tints of Burgundy #820112
RGB
CMYK
RGB Variations
Color information
#820112 (or 0x820112) is known color: Burgundy. HEX triplet: 82, 01 and 12. RGB value is (130,1,18). Sum of RGB (Red+Green+Blue) = 130+1+18=149 (19% of max value = 765). Red value is 130 (51.17% from 255 or 87.25% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 130 - color contains mainly: red. Hex color #820112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820112 is #7DFEED. Grayscale: #292929. Windows color (decimal): -8257262 or 1180034. OLE color: 1180034.
HSL color Cylindrical-coordinate representation of color #820112: hue angle of 352.09º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #820112 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 1 | 18 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.49 |
| HSL | 352.09º | 0.98% | 0.26% | - |
| HSV(B) | 352.09º | 0.99% | 0.51% | - |
| XYZ | 9.33 | 4.81 | 1.01 | - |
| YUV | 41.51 | 114.74 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 1 | 18 | 0 | 0.99 | 0.86 | 0.49 | 352.09 | 0.98 | 0.26 |
| Hex | 82 | 1 | 12 | 0 | 63 | 56 | 31 | 160 | 62 | 1A |
| Octal | 202 | 1 | 22 | 0 | 143 | 126 | 61 | 540 | 142 | 32 |
| Binary | 10000010 | 1 | 10010 | 0 | 1100011 | 1010110 | 110001 | 101100000 | 1100010 | 11010 |
Color Harmonies of #820112
Complementary color
Monochromatic Colors of #820112
Black with #820112
Text Example
Text Example
White with #820112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820112; }
p { color: rgb(130,1,18); }
H1.HeaderClassName
{
color: #820112;
}
.AnyTagClassName
{
color: #820112;
}
</style>
background-color css
<style>
a { background-color: #820112; }
a { background-color: rgb(130,1,18); }
div.DivClassName
{
background-color: #820112;
}
.BgClassName
{
background-color: #820112;
}
</style>
border-color css
<style>
span { border-color: #820112; }
span { border-color: rgb(130,1,18); }
td.TdClassName
{
border-color: #820112;
}
.TagClassName
{
border-color: #820112;
}
</style>