Shades of Burgundy #82031F
Tints of Burgundy #82031F
RGB
CMYK
RGB Variations
Color information
#82031F (or 0x82031F) is known color: Burgundy. HEX triplet: 82, 03 and 1F. RGB value is (130,3,31). Sum of RGB (Red+Green+Blue) = 130+3+31=164 (21% of max value = 765). Red value is 130 (51.17% from 255 or 79.27% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 130 - color contains mainly: red. Hex color #82031F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82031F is #7DFCE0. Grayscale: #2C2C2C. Windows color (decimal): -8256737 or 2032514. OLE color: 2032514.
HSL color Cylindrical-coordinate representation of color #82031F: hue angle of 346.77º 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 #82031F is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 3 | 31 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.49 |
| HSL | 346.77º | 0.95% | 0.26% | - |
| HSV(B) | 346.77º | 0.98% | 0.51% | - |
| XYZ | 9.49 | 4.91 | 1.74 | - |
| YUV | 44.17 | 120.58 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 3 | 31 | 0 | 0.98 | 0.76 | 0.49 | 346.77 | 0.95 | 0.26 |
| Hex | 82 | 3 | 1F | 0 | 62 | 4C | 31 | 15B | 5F | 1A |
| Octal | 202 | 3 | 37 | 0 | 142 | 114 | 61 | 533 | 137 | 32 |
| Binary | 10000010 | 11 | 11111 | 0 | 1100010 | 1001100 | 110001 | 101011011 | 1011111 | 11010 |
Color Harmonies of #82031F
Complementary color
Monochromatic Colors of #82031F
Black with #82031F
Text Example
Text Example
White with #82031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82031F; }
p { color: rgb(130,3,31); }
H1.HeaderClassName
{
color: #82031F;
}
.AnyTagClassName
{
color: #82031F;
}
</style>
background-color css
<style>
a { background-color: #82031F; }
a { background-color: rgb(130,3,31); }
div.DivClassName
{
background-color: #82031F;
}
.BgClassName
{
background-color: #82031F;
}
</style>
border-color css
<style>
span { border-color: #82031F; }
span { border-color: rgb(130,3,31); }
td.TdClassName
{
border-color: #82031F;
}
.TagClassName
{
border-color: #82031F;
}
</style>