Shades of Burgundy #82121C
Tints of Burgundy #82121C
RGB
CMYK
RGB Variations
Color information
#82121C (or 0x82121C) is known color: Burgundy. HEX triplet: 82, 12 and 1C. RGB value is (130,18,28). Sum of RGB (Red+Green+Blue) = 130+18+28=176 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.86% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 28 (11.33% from 255 or 15.91% from 176); Max value from RGB is 130 - color contains mainly: red. Hex color #82121C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82121C is #7DEDE3. Grayscale: #343434. Windows color (decimal): -8252900 or 1839746. OLE color: 1839746.
HSL color Cylindrical-coordinate representation of color #82121C: hue angle of 354.64º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #82121C is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 18 | 28 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.49 |
| HSL | 354.64º | 0.76% | 0.29% | - |
| HSV(B) | 354.64º | 0.86% | 0.51% | - |
| XYZ | 9.63 | 5.26 | 1.61 | - |
| YUV | 52.63 | 114.11 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 18 | 28 | 0 | 0.86 | 0.78 | 0.49 | 354.64 | 0.76 | 0.29 |
| Hex | 82 | 12 | 1C | 0 | 56 | 4E | 31 | 163 | 4C | 1D |
| Octal | 202 | 22 | 34 | 0 | 126 | 116 | 61 | 543 | 114 | 35 |
| Binary | 10000010 | 10010 | 11100 | 0 | 1010110 | 1001110 | 110001 | 101100011 | 1001100 | 11101 |
Color Harmonies of #82121C
Complementary color
Monochromatic Colors of #82121C
Black with #82121C
Text Example
Text Example
White with #82121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82121C; }
p { color: rgb(130,18,28); }
H1.HeaderClassName
{
color: #82121C;
}
.AnyTagClassName
{
color: #82121C;
}
</style>
background-color css
<style>
a { background-color: #82121C; }
a { background-color: rgb(130,18,28); }
div.DivClassName
{
background-color: #82121C;
}
.BgClassName
{
background-color: #82121C;
}
</style>
border-color css
<style>
span { border-color: #82121C; }
span { border-color: rgb(130,18,28); }
td.TdClassName
{
border-color: #82121C;
}
.TagClassName
{
border-color: #82121C;
}
</style>