Shades of Burgundy #82083A
Tints of Burgundy #82083A
RGB
CMYK
RGB Variations
Color information
#82083A (or 0x82083A) is known color: Burgundy. HEX triplet: 82, 08 and 3A. RGB value is (130,8,58). Sum of RGB (Red+Green+Blue) = 130+8+58=196 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.33% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 58 (23.05% from 255 or 29.59% from 196); Max value from RGB is 130 - color contains mainly: red. Hex color #82083A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82083A is #7DF7C5. Grayscale: #323232. Windows color (decimal): -8255430 or 3803266. OLE color: 3803266.
HSL color Cylindrical-coordinate representation of color #82083A: hue angle of 335.41º 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 #82083A is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 8 | 58 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.49 |
| HSL | 335.41º | 0.88% | 0.27% | - |
| HSV(B) | 335.41º | 0.94% | 0.51% | - |
| XYZ | 10.06 | 5.22 | 4.48 | - |
| YUV | 50.18 | 132.42 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 8 | 58 | 0 | 0.94 | 0.55 | 0.49 | 335.41 | 0.88 | 0.27 |
| Hex | 82 | 8 | 3A | 0 | 5E | 37 | 31 | 14F | 58 | 1B |
| Octal | 202 | 10 | 72 | 0 | 136 | 67 | 61 | 517 | 130 | 33 |
| Binary | 10000010 | 1000 | 111010 | 0 | 1011110 | 110111 | 110001 | 101001111 | 1011000 | 11011 |
Color Harmonies of #82083A
Complementary color
Monochromatic Colors of #82083A
Black with #82083A
Text Example
Text Example
White with #82083A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82083A; }
p { color: rgb(130,8,58); }
H1.HeaderClassName
{
color: #82083A;
}
.AnyTagClassName
{
color: #82083A;
}
</style>
background-color css
<style>
a { background-color: #82083A; }
a { background-color: rgb(130,8,58); }
div.DivClassName
{
background-color: #82083A;
}
.BgClassName
{
background-color: #82083A;
}
</style>
border-color css
<style>
span { border-color: #82083A; }
span { border-color: rgb(130,8,58); }
td.TdClassName
{
border-color: #82083A;
}
.TagClassName
{
border-color: #82083A;
}
</style>