Shades of Burgundy #82031E
Tints of Burgundy #82031E
RGB
CMYK
RGB Variations
Color information
#82031E (or 0x82031E) is known color: Burgundy. HEX triplet: 82, 03 and 1E. RGB value is (130,3,30). Sum of RGB (Red+Green+Blue) = 130+3+30=163 (21% of max value = 765). Red value is 130 (51.17% from 255 or 79.75% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 130 - color contains mainly: red. Hex color #82031E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82031E is #7DFCE1. Grayscale: #2C2C2C. Windows color (decimal): -8256738 or 1966978. OLE color: 1966978.
HSL color Cylindrical-coordinate representation of color #82031E: hue angle of 347.24º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #82031E is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 3 | 30 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.49 |
| HSL | 347.24º | 0.95% | 0.26% | - |
| HSV(B) | 347.24º | 0.98% | 0.51% | - |
| XYZ | 9.47 | 4.9 | 1.68 | - |
| YUV | 44.05 | 120.08 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 3 | 30 | 0 | 0.98 | 0.77 | 0.49 | 347.24 | 0.95 | 0.26 |
| Hex | 82 | 3 | 1E | 0 | 62 | 4D | 31 | 15B | 5F | 1A |
| Octal | 202 | 3 | 36 | 0 | 142 | 115 | 61 | 533 | 137 | 32 |
| Binary | 10000010 | 11 | 11110 | 0 | 1100010 | 1001101 | 110001 | 101011011 | 1011111 | 11010 |
Color Harmonies of #82031E
Complementary color
Monochromatic Colors of #82031E
Black with #82031E
Text Example
Text Example
White with #82031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82031E; }
p { color: rgb(130,3,30); }
H1.HeaderClassName
{
color: #82031E;
}
.AnyTagClassName
{
color: #82031E;
}
</style>
background-color css
<style>
a { background-color: #82031E; }
a { background-color: rgb(130,3,30); }
div.DivClassName
{
background-color: #82031E;
}
.BgClassName
{
background-color: #82031E;
}
</style>
border-color css
<style>
span { border-color: #82031E; }
span { border-color: rgb(130,3,30); }
td.TdClassName
{
border-color: #82031E;
}
.TagClassName
{
border-color: #82031E;
}
</style>