Shades of Burgundy #82112E
Tints of Burgundy #82112E
RGB
CMYK
RGB Variations
Color information
#82112E (or 0x82112E) is known color: Burgundy. HEX triplet: 82, 11 and 2E. RGB value is (130,17,46). Sum of RGB (Red+Green+Blue) = 130+17+46=193 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.36% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 130 - color contains mainly: red. Hex color #82112E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82112E is #7DEED1. Grayscale: #363636. Windows color (decimal): -8253138 or 3019138. OLE color: 3019138.
HSL color Cylindrical-coordinate representation of color #82112E: hue angle of 344.6º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #82112E is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 17 | 46 | - |
| CMYK | 0 | 0.87 | 0.65 | 0.49 |
| HSL | 344.6º | 0.77% | 0.29% | - |
| HSV(B) | 344.6º | 0.87% | 0.51% | - |
| XYZ | 9.9 | 5.34 | 3.09 | - |
| YUV | 54.09 | 123.44 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 17 | 46 | 0 | 0.87 | 0.65 | 0.49 | 344.6 | 0.77 | 0.29 |
| Hex | 82 | 11 | 2E | 0 | 57 | 41 | 31 | 159 | 4D | 1D |
| Octal | 202 | 21 | 56 | 0 | 127 | 101 | 61 | 531 | 115 | 35 |
| Binary | 10000010 | 10001 | 101110 | 0 | 1010111 | 1000001 | 110001 | 101011001 | 1001101 | 11101 |
Color Harmonies of #82112E
Complementary color
Monochromatic Colors of #82112E
Black with #82112E
Text Example
Text Example
White with #82112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82112E; }
p { color: rgb(130,17,46); }
H1.HeaderClassName
{
color: #82112E;
}
.AnyTagClassName
{
color: #82112E;
}
</style>
background-color css
<style>
a { background-color: #82112E; }
a { background-color: rgb(130,17,46); }
div.DivClassName
{
background-color: #82112E;
}
.BgClassName
{
background-color: #82112E;
}
</style>
border-color css
<style>
span { border-color: #82112E; }
span { border-color: rgb(130,17,46); }
td.TdClassName
{
border-color: #82112E;
}
.TagClassName
{
border-color: #82112E;
}
</style>