Shades of Burgundy #82122B
Tints of Burgundy #82122B
RGB
CMYK
RGB Variations
Color information
#82122B (or 0x82122B) is known color: Burgundy. HEX triplet: 82, 12 and 2B. RGB value is (130,18,43). Sum of RGB (Red+Green+Blue) = 130+18+43=191 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.06% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 130 - color contains mainly: red. Hex color #82122B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82122B is #7DEDD4. Grayscale: #363636. Windows color (decimal): -8252885 or 2822786. OLE color: 2822786.
HSL color Cylindrical-coordinate representation of color #82122B: hue angle of 346.61º 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 #82122B is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 18 | 43 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.49 |
| HSL | 346.61º | 0.76% | 0.29% | - |
| HSV(B) | 346.61º | 0.86% | 0.51% | - |
| XYZ | 9.86 | 5.35 | 2.8 | - |
| YUV | 54.34 | 121.61 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 18 | 43 | 0 | 0.86 | 0.67 | 0.49 | 346.61 | 0.76 | 0.29 |
| Hex | 82 | 12 | 2B | 0 | 56 | 43 | 31 | 15B | 4C | 1D |
| Octal | 202 | 22 | 53 | 0 | 126 | 103 | 61 | 533 | 114 | 35 |
| Binary | 10000010 | 10010 | 101011 | 0 | 1010110 | 1000011 | 110001 | 101011011 | 1001100 | 11101 |
Color Harmonies of #82122B
Complementary color
Monochromatic Colors of #82122B
Black with #82122B
Text Example
Text Example
White with #82122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82122B; }
p { color: rgb(130,18,43); }
H1.HeaderClassName
{
color: #82122B;
}
.AnyTagClassName
{
color: #82122B;
}
</style>
background-color css
<style>
a { background-color: #82122B; }
a { background-color: rgb(130,18,43); }
div.DivClassName
{
background-color: #82122B;
}
.BgClassName
{
background-color: #82122B;
}
</style>
border-color css
<style>
span { border-color: #82122B; }
span { border-color: rgb(130,18,43); }
td.TdClassName
{
border-color: #82122B;
}
.TagClassName
{
border-color: #82122B;
}
</style>