Shades of Burgundy #82001F
Tints of Burgundy #82001F
RGB
CMYK
RGB Variations
Color information
#82001F (or 0x82001F) is known color: Burgundy. HEX triplet: 82, 00 and 1F. RGB value is (130,0,31). Sum of RGB (Red+Green+Blue) = 130+0+31=161 (21% of max value = 765). Red value is 130 (51.17% from 255 or 80.75% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 130 - color contains mainly: red. Hex color #82001F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82001F is #7DFFE0. Grayscale: #2A2A2A. Windows color (decimal): -8257505 or 2031746. OLE color: 2031746.
HSL color Cylindrical-coordinate representation of color #82001F: hue angle of 345.69º 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 #82001F is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.76 | 0.49 |
| HSL | 345.69º | 1% | 0.25% | - |
| HSV(B) | 345.69º | 1% | 0.51% | - |
| XYZ | 9.45 | 4.84 | 1.73 | - |
| YUV | 42.4 | 121.57 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 31 | 0 | 1 | 0.76 | 0.49 | 345.69 | 1 | 0.25 |
| Hex | 82 | 0 | 1F | 0 | 64 | 4C | 31 | 15A | 64 | 19 |
| Octal | 202 | 0 | 37 | 0 | 144 | 114 | 61 | 532 | 144 | 31 |
| Binary | 10000010 | 0 | 11111 | 0 | 1100100 | 1001100 | 110001 | 101011010 | 1100100 | 11001 |
Color Harmonies of #82001F
Complementary color
Monochromatic Colors of #82001F
Black with #82001F
Text Example
Text Example
White with #82001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82001F; }
p { color: rgb(130,0,31); }
H1.HeaderClassName
{
color: #82001F;
}
.AnyTagClassName
{
color: #82001F;
}
</style>
background-color css
<style>
a { background-color: #82001F; }
a { background-color: rgb(130,0,31); }
div.DivClassName
{
background-color: #82001F;
}
.BgClassName
{
background-color: #82001F;
}
</style>
border-color css
<style>
span { border-color: #82001F; }
span { border-color: rgb(130,0,31); }
td.TdClassName
{
border-color: #82001F;
}
.TagClassName
{
border-color: #82001F;
}
</style>