Shades of Burgundy #82082F
Tints of Burgundy #82082F
RGB
CMYK
RGB Variations
Color information
#82082F (or 0x82082F) is known color: Burgundy. HEX triplet: 82, 08 and 2F. RGB value is (130,8,47). Sum of RGB (Red+Green+Blue) = 130+8+47=185 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.27% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 130 - color contains mainly: red. Hex color #82082F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82082F is #7DF7D0. Grayscale: #303030. Windows color (decimal): -8255441 or 3082370. OLE color: 3082370.
HSL color Cylindrical-coordinate representation of color #82082F: hue angle of 340.82º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #82082F is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 8 | 47 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.49 |
| HSL | 340.82º | 0.88% | 0.27% | - |
| HSV(B) | 340.82º | 0.94% | 0.51% | - |
| XYZ | 9.81 | 5.12 | 3.16 | - |
| YUV | 48.92 | 126.92 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 8 | 47 | 0 | 0.94 | 0.64 | 0.49 | 340.82 | 0.88 | 0.27 |
| Hex | 82 | 8 | 2F | 0 | 5E | 40 | 31 | 155 | 58 | 1B |
| Octal | 202 | 10 | 57 | 0 | 136 | 100 | 61 | 525 | 130 | 33 |
| Binary | 10000010 | 1000 | 101111 | 0 | 1011110 | 1000000 | 110001 | 101010101 | 1011000 | 11011 |
Color Harmonies of #82082F
Complementary color
Monochromatic Colors of #82082F
Black with #82082F
Text Example
Text Example
White with #82082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82082F; }
p { color: rgb(130,8,47); }
H1.HeaderClassName
{
color: #82082F;
}
.AnyTagClassName
{
color: #82082F;
}
</style>
background-color css
<style>
a { background-color: #82082F; }
a { background-color: rgb(130,8,47); }
div.DivClassName
{
background-color: #82082F;
}
.BgClassName
{
background-color: #82082F;
}
</style>
border-color css
<style>
span { border-color: #82082F; }
span { border-color: rgb(130,8,47); }
td.TdClassName
{
border-color: #82082F;
}
.TagClassName
{
border-color: #82082F;
}
</style>