Shades of Burgundy #82121B
Tints of Burgundy #82121B
RGB
CMYK
RGB Variations
Color information
#82121B (or 0x82121B) is known color: Burgundy. HEX triplet: 82, 12 and 1B. RGB value is (130,18,27). Sum of RGB (Red+Green+Blue) = 130+18+27=175 (23% of max value = 765). Red value is 130 (51.17% from 255 or 74.29% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 27 (10.94% from 255 or 15.43% from 175); Max value from RGB is 130 - color contains mainly: red. Hex color #82121B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82121B is #7DEDE4. Grayscale: #343434. Windows color (decimal): -8252901 or 1774210. OLE color: 1774210.
HSL color Cylindrical-coordinate representation of color #82121B: hue angle of 355.18º 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 #82121B is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 18 | 27 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.49 |
| HSL | 355.18º | 0.76% | 0.29% | - |
| HSV(B) | 355.18º | 0.86% | 0.51% | - |
| XYZ | 9.62 | 5.26 | 1.54 | - |
| YUV | 52.51 | 113.61 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 18 | 27 | 0 | 0.86 | 0.79 | 0.49 | 355.18 | 0.76 | 0.29 |
| Hex | 82 | 12 | 1B | 0 | 56 | 4F | 31 | 163 | 4C | 1D |
| Octal | 202 | 22 | 33 | 0 | 126 | 117 | 61 | 543 | 114 | 35 |
| Binary | 10000010 | 10010 | 11011 | 0 | 1010110 | 1001111 | 110001 | 101100011 | 1001100 | 11101 |
Color Harmonies of #82121B
Complementary color
Monochromatic Colors of #82121B
Black with #82121B
Text Example
Text Example
White with #82121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82121B; }
p { color: rgb(130,18,27); }
H1.HeaderClassName
{
color: #82121B;
}
.AnyTagClassName
{
color: #82121B;
}
</style>
background-color css
<style>
a { background-color: #82121B; }
a { background-color: rgb(130,18,27); }
div.DivClassName
{
background-color: #82121B;
}
.BgClassName
{
background-color: #82121B;
}
</style>
border-color css
<style>
span { border-color: #82121B; }
span { border-color: rgb(130,18,27); }
td.TdClassName
{
border-color: #82121B;
}
.TagClassName
{
border-color: #82121B;
}
</style>