Shades of Burgundy #82071F
Tints of Burgundy #82071F
RGB
CMYK
RGB Variations
Color information
#82071F (or 0x82071F) is known color: Burgundy. HEX triplet: 82, 07 and 1F. RGB value is (130,7,31). Sum of RGB (Red+Green+Blue) = 130+7+31=168 (22% of max value = 765). Red value is 130 (51.17% from 255 or 77.38% from 168); Green value is 7 (3.12% from 255 or 4.17% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 130 - color contains mainly: red. Hex color #82071F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82071F is #7DF8E0. Grayscale: #2E2E2E. Windows color (decimal): -8255713 or 2033538. OLE color: 2033538.
HSL color Cylindrical-coordinate representation of color #82071F: hue angle of 348.29º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #82071F is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 7 | 31 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.49 |
| HSL | 348.29º | 0.9% | 0.27% | - |
| HSV(B) | 348.29º | 0.95% | 0.51% | - |
| XYZ | 9.53 | 5 | 1.76 | - |
| YUV | 46.51 | 119.25 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 7 | 31 | 0 | 0.95 | 0.76 | 0.49 | 348.29 | 0.9 | 0.27 |
| Hex | 82 | 7 | 1F | 0 | 5F | 4C | 31 | 15C | 5A | 1B |
| Octal | 202 | 7 | 37 | 0 | 137 | 114 | 61 | 534 | 132 | 33 |
| Binary | 10000010 | 111 | 11111 | 0 | 1011111 | 1001100 | 110001 | 101011100 | 1011010 | 11011 |
Color Harmonies of #82071F
Complementary color
Monochromatic Colors of #82071F
Black with #82071F
Text Example
Text Example
White with #82071F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82071F; }
p { color: rgb(130,7,31); }
H1.HeaderClassName
{
color: #82071F;
}
.AnyTagClassName
{
color: #82071F;
}
</style>
background-color css
<style>
a { background-color: #82071F; }
a { background-color: rgb(130,7,31); }
div.DivClassName
{
background-color: #82071F;
}
.BgClassName
{
background-color: #82071F;
}
</style>
border-color css
<style>
span { border-color: #82071F; }
span { border-color: rgb(130,7,31); }
td.TdClassName
{
border-color: #82071F;
}
.TagClassName
{
border-color: #82071F;
}
</style>