Shades of Burgundy #82052B
Tints of Burgundy #82052B
RGB
CMYK
RGB Variations
Color information
#82052B (or 0x82052B) is known color: Burgundy. HEX triplet: 82, 05 and 2B. RGB value is (130,5,43). Sum of RGB (Red+Green+Blue) = 130+5+43=178 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.03% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 130 - color contains mainly: red. Hex color #82052B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82052B is #7DFAD4. Grayscale: #2E2E2E. Windows color (decimal): -8256213 or 2819458. OLE color: 2819458.
HSL color Cylindrical-coordinate representation of color #82052B: hue angle of 341.76º 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 #82052B is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 5 | 43 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.49 |
| HSL | 341.76º | 0.93% | 0.26% | - |
| HSV(B) | 341.76º | 0.96% | 0.51% | - |
| XYZ | 9.7 | 5.03 | 2.75 | - |
| YUV | 46.71 | 125.91 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 5 | 43 | 0 | 0.96 | 0.67 | 0.49 | 341.76 | 0.93 | 0.26 |
| Hex | 82 | 5 | 2B | 0 | 60 | 43 | 31 | 156 | 5D | 1A |
| Octal | 202 | 5 | 53 | 0 | 140 | 103 | 61 | 526 | 135 | 32 |
| Binary | 10000010 | 101 | 101011 | 0 | 1100000 | 1000011 | 110001 | 101010110 | 1011101 | 11010 |
Color Harmonies of #82052B
Complementary color
Monochromatic Colors of #82052B
Black with #82052B
Text Example
Text Example
White with #82052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82052B; }
p { color: rgb(130,5,43); }
H1.HeaderClassName
{
color: #82052B;
}
.AnyTagClassName
{
color: #82052B;
}
</style>
background-color css
<style>
a { background-color: #82052B; }
a { background-color: rgb(130,5,43); }
div.DivClassName
{
background-color: #82052B;
}
.BgClassName
{
background-color: #82052B;
}
</style>
border-color css
<style>
span { border-color: #82052B; }
span { border-color: rgb(130,5,43); }
td.TdClassName
{
border-color: #82052B;
}
.TagClassName
{
border-color: #82052B;
}
</style>