Shades of Burgundy #82042D
Tints of Burgundy #82042D
RGB
CMYK
RGB Variations
Color information
#82042D (or 0x82042D) is known color: Burgundy. HEX triplet: 82, 04 and 2D. RGB value is (130,4,45). Sum of RGB (Red+Green+Blue) = 130+4+45=179 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.63% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 45 (17.97% from 255 or 25.14% from 179); Max value from RGB is 130 - color contains mainly: red. Hex color #82042D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82042D is #7DFBD2. Grayscale: #2E2E2E. Windows color (decimal): -8256467 or 2950274. OLE color: 2950274.
HSL color Cylindrical-coordinate representation of color #82042D: hue angle of 340.48º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #82042D is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 4 | 45 | - |
| CMYK | 0 | 0.97 | 0.65 | 0.49 |
| HSL | 340.48º | 0.94% | 0.26% | - |
| HSV(B) | 340.48º | 0.97% | 0.51% | - |
| XYZ | 9.72 | 5.02 | 2.94 | - |
| YUV | 46.35 | 127.24 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 4 | 45 | 0 | 0.97 | 0.65 | 0.49 | 340.48 | 0.94 | 0.26 |
| Hex | 82 | 4 | 2D | 0 | 61 | 41 | 31 | 154 | 5E | 1A |
| Octal | 202 | 4 | 55 | 0 | 141 | 101 | 61 | 524 | 136 | 32 |
| Binary | 10000010 | 100 | 101101 | 0 | 1100001 | 1000001 | 110001 | 101010100 | 1011110 | 11010 |
Color Harmonies of #82042D
Complementary color
Monochromatic Colors of #82042D
Black with #82042D
Text Example
Text Example
White with #82042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82042D; }
p { color: rgb(130,4,45); }
H1.HeaderClassName
{
color: #82042D;
}
.AnyTagClassName
{
color: #82042D;
}
</style>
background-color css
<style>
a { background-color: #82042D; }
a { background-color: rgb(130,4,45); }
div.DivClassName
{
background-color: #82042D;
}
.BgClassName
{
background-color: #82042D;
}
</style>
border-color css
<style>
span { border-color: #82042D; }
span { border-color: rgb(130,4,45); }
td.TdClassName
{
border-color: #82042D;
}
.TagClassName
{
border-color: #82042D;
}
</style>