Shades of Burgundy #82072E
Tints of Burgundy #82072E
RGB
CMYK
RGB Variations
Color information
#82072E (or 0x82072E) is known color: Burgundy. HEX triplet: 82, 07 and 2E. RGB value is (130,7,46). Sum of RGB (Red+Green+Blue) = 130+7+46=183 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.04% from 183); Green value is 7 (3.12% from 255 or 3.83% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 130 - color contains mainly: red. Hex color #82072E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82072E is #7DF8D1. Grayscale: #303030. Windows color (decimal): -8255698 or 3016578. OLE color: 3016578.
HSL color Cylindrical-coordinate representation of color #82072E: hue angle of 340.98º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #82072E is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 7 | 46 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.49 |
| HSL | 340.98º | 0.9% | 0.27% | - |
| HSV(B) | 340.98º | 0.95% | 0.51% | - |
| XYZ | 9.78 | 5.1 | 3.05 | - |
| YUV | 48.22 | 126.75 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 7 | 46 | 0 | 0.95 | 0.65 | 0.49 | 340.98 | 0.9 | 0.27 |
| Hex | 82 | 7 | 2E | 0 | 5F | 41 | 31 | 155 | 5A | 1B |
| Octal | 202 | 7 | 56 | 0 | 137 | 101 | 61 | 525 | 132 | 33 |
| Binary | 10000010 | 111 | 101110 | 0 | 1011111 | 1000001 | 110001 | 101010101 | 1011010 | 11011 |
Color Harmonies of #82072E
Complementary color
Monochromatic Colors of #82072E
Black with #82072E
Text Example
Text Example
White with #82072E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82072E; }
p { color: rgb(130,7,46); }
H1.HeaderClassName
{
color: #82072E;
}
.AnyTagClassName
{
color: #82072E;
}
</style>
background-color css
<style>
a { background-color: #82072E; }
a { background-color: rgb(130,7,46); }
div.DivClassName
{
background-color: #82072E;
}
.BgClassName
{
background-color: #82072E;
}
</style>
border-color css
<style>
span { border-color: #82072E; }
span { border-color: rgb(130,7,46); }
td.TdClassName
{
border-color: #82072E;
}
.TagClassName
{
border-color: #82072E;
}
</style>