Shades of Burgundy #82001E
Tints of Burgundy #82001E
RGB
CMYK
RGB Variations
Color information
#82001E (or 0x82001E) is known color: Burgundy. HEX triplet: 82, 00 and 1E. RGB value is (130,0,30). Sum of RGB (Red+Green+Blue) = 130+0+30=160 (21% of max value = 765). Red value is 130 (51.17% from 255 or 81.25% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 130 - color contains mainly: red. Hex color #82001E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82001E is #7DFFE1. Grayscale: #2A2A2A. Windows color (decimal): -8257506 or 1966210. OLE color: 1966210.
HSL color Cylindrical-coordinate representation of color #82001E: hue angle of 346.15º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #82001E is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.77 | 0.49 |
| HSL | 346.15º | 1% | 0.25% | - |
| HSV(B) | 346.15º | 1% | 0.51% | - |
| XYZ | 9.44 | 4.84 | 1.66 | - |
| YUV | 42.29 | 121.07 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 30 | 0 | 1 | 0.77 | 0.49 | 346.15 | 1 | 0.25 |
| Hex | 82 | 0 | 1E | 0 | 64 | 4D | 31 | 15A | 64 | 19 |
| Octal | 202 | 0 | 36 | 0 | 144 | 115 | 61 | 532 | 144 | 31 |
| Binary | 10000010 | 0 | 11110 | 0 | 1100100 | 1001101 | 110001 | 101011010 | 1100100 | 11001 |
Color Harmonies of #82001E
Complementary color
Monochromatic Colors of #82001E
Black with #82001E
Text Example
Text Example
White with #82001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82001E; }
p { color: rgb(130,0,30); }
H1.HeaderClassName
{
color: #82001E;
}
.AnyTagClassName
{
color: #82001E;
}
</style>
background-color css
<style>
a { background-color: #82001E; }
a { background-color: rgb(130,0,30); }
div.DivClassName
{
background-color: #82001E;
}
.BgClassName
{
background-color: #82001E;
}
</style>
border-color css
<style>
span { border-color: #82001E; }
span { border-color: rgb(130,0,30); }
td.TdClassName
{
border-color: #82001E;
}
.TagClassName
{
border-color: #82001E;
}
</style>