Shades of Burgundy #82052D
Tints of Burgundy #82052D
RGB
CMYK
RGB Variations
Color information
#82052D (or 0x82052D) is known color: Burgundy. HEX triplet: 82, 05 and 2D. RGB value is (130,5,45). Sum of RGB (Red+Green+Blue) = 130+5+45=180 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.22% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 130 - color contains mainly: red. Hex color #82052D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82052D is #7DFAD2. Grayscale: #2E2E2E. Windows color (decimal): -8256211 or 2950530. OLE color: 2950530.
HSL color Cylindrical-coordinate representation of color #82052D: hue angle of 340.8º 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 #82052D is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 5 | 45 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.49 |
| HSL | 340.8º | 0.93% | 0.26% | - |
| HSV(B) | 340.8º | 0.96% | 0.51% | - |
| XYZ | 9.73 | 5.04 | 2.94 | - |
| YUV | 46.94 | 126.91 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 5 | 45 | 0 | 0.96 | 0.65 | 0.49 | 340.8 | 0.93 | 0.26 |
| Hex | 82 | 5 | 2D | 0 | 60 | 41 | 31 | 155 | 5D | 1A |
| Octal | 202 | 5 | 55 | 0 | 140 | 101 | 61 | 525 | 135 | 32 |
| Binary | 10000010 | 101 | 101101 | 0 | 1100000 | 1000001 | 110001 | 101010101 | 1011101 | 11010 |
Color Harmonies of #82052D
Complementary color
Monochromatic Colors of #82052D
Black with #82052D
Text Example
Text Example
White with #82052D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82052D; }
p { color: rgb(130,5,45); }
H1.HeaderClassName
{
color: #82052D;
}
.AnyTagClassName
{
color: #82052D;
}
</style>
background-color css
<style>
a { background-color: #82052D; }
a { background-color: rgb(130,5,45); }
div.DivClassName
{
background-color: #82052D;
}
.BgClassName
{
background-color: #82052D;
}
</style>
border-color css
<style>
span { border-color: #82052D; }
span { border-color: rgb(130,5,45); }
td.TdClassName
{
border-color: #82052D;
}
.TagClassName
{
border-color: #82052D;
}
</style>