Shades of Burgundy #82111D
Tints of Burgundy #82111D
RGB
CMYK
RGB Variations
Color information
#82111D (or 0x82111D) is known color: Burgundy. HEX triplet: 82, 11 and 1D. RGB value is (130,17,29). Sum of RGB (Red+Green+Blue) = 130+17+29=176 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.86% from 176); Green value is 17 (7.03% from 255 or 9.66% from 176); Blue value is 29 (11.72% from 255 or 16.48% from 176); Max value from RGB is 130 - color contains mainly: red. Hex color #82111D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82111D is #7DEEE2. Grayscale: #343434. Windows color (decimal): -8253155 or 1905026. OLE color: 1905026.
HSL color Cylindrical-coordinate representation of color #82111D: hue angle of 353.63º 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 #82111D is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 17 | 29 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.49 |
| HSL | 353.63º | 0.77% | 0.29% | - |
| HSV(B) | 353.63º | 0.87% | 0.51% | - |
| XYZ | 9.63 | 5.24 | 1.67 | - |
| YUV | 52.16 | 114.94 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 17 | 29 | 0 | 0.87 | 0.78 | 0.49 | 353.63 | 0.77 | 0.29 |
| Hex | 82 | 11 | 1D | 0 | 57 | 4E | 31 | 162 | 4D | 1D |
| Octal | 202 | 21 | 35 | 0 | 127 | 116 | 61 | 542 | 115 | 35 |
| Binary | 10000010 | 10001 | 11101 | 0 | 1010111 | 1001110 | 110001 | 101100010 | 1001101 | 11101 |
Color Harmonies of #82111D
Complementary color
Monochromatic Colors of #82111D
Black with #82111D
Text Example
Text Example
White with #82111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82111D; }
p { color: rgb(130,17,29); }
H1.HeaderClassName
{
color: #82111D;
}
.AnyTagClassName
{
color: #82111D;
}
</style>
background-color css
<style>
a { background-color: #82111D; }
a { background-color: rgb(130,17,29); }
div.DivClassName
{
background-color: #82111D;
}
.BgClassName
{
background-color: #82111D;
}
</style>
border-color css
<style>
span { border-color: #82111D; }
span { border-color: rgb(130,17,29); }
td.TdClassName
{
border-color: #82111D;
}
.TagClassName
{
border-color: #82111D;
}
</style>