Shades of Burgundy #82052E
Tints of Burgundy #82052E
RGB
CMYK
RGB Variations
Color information
#82052E (or 0x82052E) is known color: Burgundy. HEX triplet: 82, 05 and 2E. RGB value is (130,5,46). Sum of RGB (Red+Green+Blue) = 130+5+46=181 (23% of max value = 765). Red value is 130 (51.17% from 255 or 71.82% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 46 (18.36% from 255 or 25.41% from 181); Max value from RGB is 130 - color contains mainly: red. Hex color #82052E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82052E is #7DFAD1. Grayscale: #2F2F2F. Windows color (decimal): -8256210 or 3016066. OLE color: 3016066.
HSL color Cylindrical-coordinate representation of color #82052E: hue angle of 340.32º 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 #82052E is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 5 | 46 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.49 |
| HSL | 340.32º | 0.93% | 0.26% | - |
| HSV(B) | 340.32º | 0.96% | 0.51% | - |
| XYZ | 9.75 | 5.05 | 3.05 | - |
| YUV | 47.05 | 127.41 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 5 | 46 | 0 | 0.96 | 0.65 | 0.49 | 340.32 | 0.93 | 0.26 |
| Hex | 82 | 5 | 2E | 0 | 60 | 41 | 31 | 154 | 5D | 1A |
| Octal | 202 | 5 | 56 | 0 | 140 | 101 | 61 | 524 | 135 | 32 |
| Binary | 10000010 | 101 | 101110 | 0 | 1100000 | 1000001 | 110001 | 101010100 | 1011101 | 11010 |
Color Harmonies of #82052E
Complementary color
Monochromatic Colors of #82052E
Black with #82052E
Text Example
Text Example
White with #82052E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82052E; }
p { color: rgb(130,5,46); }
H1.HeaderClassName
{
color: #82052E;
}
.AnyTagClassName
{
color: #82052E;
}
</style>
background-color css
<style>
a { background-color: #82052E; }
a { background-color: rgb(130,5,46); }
div.DivClassName
{
background-color: #82052E;
}
.BgClassName
{
background-color: #82052E;
}
</style>
border-color css
<style>
span { border-color: #82052E; }
span { border-color: rgb(130,5,46); }
td.TdClassName
{
border-color: #82052E;
}
.TagClassName
{
border-color: #82052E;
}
</style>