Shades of Burgundy #82122A
Tints of Burgundy #82122A
RGB
CMYK
RGB Variations
Color information
#82122A (or 0x82122A) is known color: Burgundy. HEX triplet: 82, 12 and 2A. RGB value is (130,18,42). Sum of RGB (Red+Green+Blue) = 130+18+42=190 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.42% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 42 (16.80% from 255 or 22.11% from 190); Max value from RGB is 130 - color contains mainly: red. Hex color #82122A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82122A is #7DEDD5. Grayscale: #363636. Windows color (decimal): -8252886 or 2757250. OLE color: 2757250.
HSL color Cylindrical-coordinate representation of color #82122A: hue angle of 347.14º 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 #82122A is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 18 | 42 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.49 |
| HSL | 347.14º | 0.76% | 0.29% | - |
| HSV(B) | 347.14º | 0.86% | 0.51% | - |
| XYZ | 9.84 | 5.35 | 2.7 | - |
| YUV | 54.22 | 121.11 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 18 | 42 | 0 | 0.86 | 0.68 | 0.49 | 347.14 | 0.76 | 0.29 |
| Hex | 82 | 12 | 2A | 0 | 56 | 44 | 31 | 15B | 4C | 1D |
| Octal | 202 | 22 | 52 | 0 | 126 | 104 | 61 | 533 | 114 | 35 |
| Binary | 10000010 | 10010 | 101010 | 0 | 1010110 | 1000100 | 110001 | 101011011 | 1001100 | 11101 |
Color Harmonies of #82122A
Complementary color
Monochromatic Colors of #82122A
Black with #82122A
Text Example
Text Example
White with #82122A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82122A; }
p { color: rgb(130,18,42); }
H1.HeaderClassName
{
color: #82122A;
}
.AnyTagClassName
{
color: #82122A;
}
</style>
background-color css
<style>
a { background-color: #82122A; }
a { background-color: rgb(130,18,42); }
div.DivClassName
{
background-color: #82122A;
}
.BgClassName
{
background-color: #82122A;
}
</style>
border-color css
<style>
span { border-color: #82122A; }
span { border-color: rgb(130,18,42); }
td.TdClassName
{
border-color: #82122A;
}
.TagClassName
{
border-color: #82122A;
}
</style>