Shades of Burgundy #82131E
Tints of Burgundy #82131E
RGB
CMYK
RGB Variations
Color information
#82131E (or 0x82131E) is known color: Burgundy. HEX triplet: 82, 13 and 1E. RGB value is (130,19,30). Sum of RGB (Red+Green+Blue) = 130+19+30=179 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.63% from 179); Green value is 19 (7.81% from 255 or 10.61% from 179); Blue value is 30 (12.11% from 255 or 16.76% from 179); Max value from RGB is 130 - color contains mainly: red. Hex color #82131E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82131E is #7DECE1. Grayscale: #353535. Windows color (decimal): -8252642 or 1971074. OLE color: 1971074.
HSL color Cylindrical-coordinate representation of color #82131E: hue angle of 354.05º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #82131E is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 19 | 30 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.49 |
| HSL | 354.05º | 0.74% | 0.29% | - |
| HSV(B) | 354.05º | 0.85% | 0.51% | - |
| XYZ | 9.67 | 5.31 | 1.74 | - |
| YUV | 53.44 | 114.77 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 19 | 30 | 0 | 0.85 | 0.77 | 0.49 | 354.05 | 0.74 | 0.29 |
| Hex | 82 | 13 | 1E | 0 | 55 | 4D | 31 | 162 | 4A | 1D |
| Octal | 202 | 23 | 36 | 0 | 125 | 115 | 61 | 542 | 112 | 35 |
| Binary | 10000010 | 10011 | 11110 | 0 | 1010101 | 1001101 | 110001 | 101100010 | 1001010 | 11101 |
Color Harmonies of #82131E
Complementary color
Monochromatic Colors of #82131E
Black with #82131E
Text Example
Text Example
White with #82131E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82131E; }
p { color: rgb(130,19,30); }
H1.HeaderClassName
{
color: #82131E;
}
.AnyTagClassName
{
color: #82131E;
}
</style>
background-color css
<style>
a { background-color: #82131E; }
a { background-color: rgb(130,19,30); }
div.DivClassName
{
background-color: #82131E;
}
.BgClassName
{
background-color: #82131E;
}
</style>
border-color css
<style>
span { border-color: #82131E; }
span { border-color: rgb(130,19,30); }
td.TdClassName
{
border-color: #82131E;
}
.TagClassName
{
border-color: #82131E;
}
</style>