Shades of Burgundy #82082A
Tints of Burgundy #82082A
RGB
CMYK
RGB Variations
Color information
#82082A (or 0x82082A) is known color: Burgundy. HEX triplet: 82, 08 and 2A. RGB value is (130,8,42). Sum of RGB (Red+Green+Blue) = 130+8+42=180 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.22% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 42 (16.80% from 255 or 23.33% from 180); Max value from RGB is 130 - color contains mainly: red. Hex color #82082A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82082A is #7DF7D5. Grayscale: #303030. Windows color (decimal): -8255446 or 2754690. OLE color: 2754690.
HSL color Cylindrical-coordinate representation of color #82082A: hue angle of 343.28º 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 #82082A is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 8 | 42 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.49 |
| HSL | 343.28º | 0.88% | 0.27% | - |
| HSV(B) | 343.28º | 0.94% | 0.51% | - |
| XYZ | 9.71 | 5.09 | 2.66 | - |
| YUV | 48.35 | 124.42 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 8 | 42 | 0 | 0.94 | 0.68 | 0.49 | 343.28 | 0.88 | 0.27 |
| Hex | 82 | 8 | 2A | 0 | 5E | 44 | 31 | 157 | 58 | 1B |
| Octal | 202 | 10 | 52 | 0 | 136 | 104 | 61 | 527 | 130 | 33 |
| Binary | 10000010 | 1000 | 101010 | 0 | 1011110 | 1000100 | 110001 | 101010111 | 1011000 | 11011 |
Color Harmonies of #82082A
Complementary color
Monochromatic Colors of #82082A
Black with #82082A
Text Example
Text Example
White with #82082A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82082A; }
p { color: rgb(130,8,42); }
H1.HeaderClassName
{
color: #82082A;
}
.AnyTagClassName
{
color: #82082A;
}
</style>
background-color css
<style>
a { background-color: #82082A; }
a { background-color: rgb(130,8,42); }
div.DivClassName
{
background-color: #82082A;
}
.BgClassName
{
background-color: #82082A;
}
</style>
border-color css
<style>
span { border-color: #82082A; }
span { border-color: rgb(130,8,42); }
td.TdClassName
{
border-color: #82082A;
}
.TagClassName
{
border-color: #82082A;
}
</style>