Shades of Burgundy #82031A
Tints of Burgundy #82031A
RGB
CMYK
RGB Variations
Color information
#82031A (or 0x82031A) is known color: Burgundy. HEX triplet: 82, 03 and 1A. RGB value is (130,3,26). Sum of RGB (Red+Green+Blue) = 130+3+26=159 (21% of max value = 765). Red value is 130 (51.17% from 255 or 81.76% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 130 - color contains mainly: red. Hex color #82031A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82031A is #7DFCE5. Grayscale: #2B2B2B. Windows color (decimal): -8256742 or 1704834. OLE color: 1704834.
HSL color Cylindrical-coordinate representation of color #82031A: hue angle of 349.13º 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 #82031A is Cyan = 0, Magento = 0.98, Yellow = 0.8 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 3 | 26 | - |
| CMYK | 0 | 0.98 | 0.8 | 0.49 |
| HSL | 349.13º | 0.95% | 0.26% | - |
| HSV(B) | 349.13º | 0.98% | 0.51% | - |
| XYZ | 9.42 | 4.89 | 1.42 | - |
| YUV | 43.6 | 118.08 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 3 | 26 | 0 | 0.98 | 0.8 | 0.49 | 349.13 | 0.95 | 0.26 |
| Hex | 82 | 3 | 1A | 0 | 62 | 50 | 31 | 15D | 5F | 1A |
| Octal | 202 | 3 | 32 | 0 | 142 | 120 | 61 | 535 | 137 | 32 |
| Binary | 10000010 | 11 | 11010 | 0 | 1100010 | 1010000 | 110001 | 101011101 | 1011111 | 11010 |
Color Harmonies of #82031A
Complementary color
Monochromatic Colors of #82031A
Black with #82031A
Text Example
Text Example
White with #82031A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82031A; }
p { color: rgb(130,3,26); }
H1.HeaderClassName
{
color: #82031A;
}
.AnyTagClassName
{
color: #82031A;
}
</style>
background-color css
<style>
a { background-color: #82031A; }
a { background-color: rgb(130,3,26); }
div.DivClassName
{
background-color: #82031A;
}
.BgClassName
{
background-color: #82031A;
}
</style>
border-color css
<style>
span { border-color: #82031A; }
span { border-color: rgb(130,3,26); }
td.TdClassName
{
border-color: #82031A;
}
.TagClassName
{
border-color: #82031A;
}
</style>