Shades of Burgundy #82101E
Tints of Burgundy #82101E
RGB
CMYK
RGB Variations
Color information
#82101E (or 0x82101E) is known color: Burgundy. HEX triplet: 82, 10 and 1E. RGB value is (130,16,30). Sum of RGB (Red+Green+Blue) = 130+16+30=176 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.86% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 130 - color contains mainly: red. Hex color #82101E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82101E is #7DEFE1. Grayscale: #333333. Windows color (decimal): -8253410 or 1970306. OLE color: 1970306.
HSL color Cylindrical-coordinate representation of color #82101E: hue angle of 352.63º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #82101E is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 16 | 30 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.49 |
| HSL | 352.63º | 0.78% | 0.29% | - |
| HSV(B) | 352.63º | 0.88% | 0.51% | - |
| XYZ | 9.63 | 5.21 | 1.73 | - |
| YUV | 51.68 | 115.77 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 16 | 30 | 0 | 0.88 | 0.77 | 0.49 | 352.63 | 0.78 | 0.29 |
| Hex | 82 | 10 | 1E | 0 | 58 | 4D | 31 | 161 | 4E | 1D |
| Octal | 202 | 20 | 36 | 0 | 130 | 115 | 61 | 541 | 116 | 35 |
| Binary | 10000010 | 10000 | 11110 | 0 | 1011000 | 1001101 | 110001 | 101100001 | 1001110 | 11101 |
Color Harmonies of #82101E
Complementary color
Monochromatic Colors of #82101E
Black with #82101E
Text Example
Text Example
White with #82101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82101E; }
p { color: rgb(130,16,30); }
H1.HeaderClassName
{
color: #82101E;
}
.AnyTagClassName
{
color: #82101E;
}
</style>
background-color css
<style>
a { background-color: #82101E; }
a { background-color: rgb(130,16,30); }
div.DivClassName
{
background-color: #82101E;
}
.BgClassName
{
background-color: #82101E;
}
</style>
border-color css
<style>
span { border-color: #82101E; }
span { border-color: rgb(130,16,30); }
td.TdClassName
{
border-color: #82101E;
}
.TagClassName
{
border-color: #82101E;
}
</style>