Shades of Burgundy #82051F
Tints of Burgundy #82051F
RGB
CMYK
RGB Variations
Color information
#82051F (or 0x82051F) is known color: Burgundy. HEX triplet: 82, 05 and 1F. RGB value is (130,5,31). Sum of RGB (Red+Green+Blue) = 130+5+31=166 (21% of max value = 765). Red value is 130 (51.17% from 255 or 78.31% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 130 - color contains mainly: red. Hex color #82051F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82051F is #7DFAE0. Grayscale: #2D2D2D. Windows color (decimal): -8256225 or 2033026. OLE color: 2033026.
HSL color Cylindrical-coordinate representation of color #82051F: hue angle of 347.52º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #82051F is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 5 | 31 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.49 |
| HSL | 347.52º | 0.93% | 0.26% | - |
| HSV(B) | 347.52º | 0.96% | 0.51% | - |
| XYZ | 9.51 | 4.95 | 1.75 | - |
| YUV | 45.34 | 119.91 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 5 | 31 | 0 | 0.96 | 0.76 | 0.49 | 347.52 | 0.93 | 0.26 |
| Hex | 82 | 5 | 1F | 0 | 60 | 4C | 31 | 15C | 5D | 1A |
| Octal | 202 | 5 | 37 | 0 | 140 | 114 | 61 | 534 | 135 | 32 |
| Binary | 10000010 | 101 | 11111 | 0 | 1100000 | 1001100 | 110001 | 101011100 | 1011101 | 11010 |
Color Harmonies of #82051F
Complementary color
Monochromatic Colors of #82051F
Black with #82051F
Text Example
Text Example
White with #82051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82051F; }
p { color: rgb(130,5,31); }
H1.HeaderClassName
{
color: #82051F;
}
.AnyTagClassName
{
color: #82051F;
}
</style>
background-color css
<style>
a { background-color: #82051F; }
a { background-color: rgb(130,5,31); }
div.DivClassName
{
background-color: #82051F;
}
.BgClassName
{
background-color: #82051F;
}
</style>
border-color css
<style>
span { border-color: #82051F; }
span { border-color: rgb(130,5,31); }
td.TdClassName
{
border-color: #82051F;
}
.TagClassName
{
border-color: #82051F;
}
</style>