Shades of Burgundy #82061E
Tints of Burgundy #82061E
RGB
CMYK
RGB Variations
Color information
#82061E (or 0x82061E) is known color: Burgundy. HEX triplet: 82, 06 and 1E. RGB value is (130,6,30). Sum of RGB (Red+Green+Blue) = 130+6+30=166 (21% of max value = 765). Red value is 130 (51.17% from 255 or 78.31% from 166); Green value is 6 (2.73% from 255 or 3.61% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 130 - color contains mainly: red. Hex color #82061E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82061E is #7DF9E1. Grayscale: #2D2D2D. Windows color (decimal): -8255970 or 1967746. OLE color: 1967746.
HSL color Cylindrical-coordinate representation of color #82061E: hue angle of 348.39º degrees, saturation: 0.91, 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 #82061E is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 6 | 30 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.49 |
| HSL | 348.39º | 0.91% | 0.27% | - |
| HSV(B) | 348.39º | 0.95% | 0.51% | - |
| XYZ | 9.51 | 4.97 | 1.69 | - |
| YUV | 45.81 | 119.08 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 6 | 30 | 0 | 0.95 | 0.77 | 0.49 | 348.39 | 0.91 | 0.27 |
| Hex | 82 | 6 | 1E | 0 | 5F | 4D | 31 | 15C | 5B | 1B |
| Octal | 202 | 6 | 36 | 0 | 137 | 115 | 61 | 534 | 133 | 33 |
| Binary | 10000010 | 110 | 11110 | 0 | 1011111 | 1001101 | 110001 | 101011100 | 1011011 | 11011 |
Color Harmonies of #82061E
Complementary color
Monochromatic Colors of #82061E
Black with #82061E
Text Example
Text Example
White with #82061E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82061E; }
p { color: rgb(130,6,30); }
H1.HeaderClassName
{
color: #82061E;
}
.AnyTagClassName
{
color: #82061E;
}
</style>
background-color css
<style>
a { background-color: #82061E; }
a { background-color: rgb(130,6,30); }
div.DivClassName
{
background-color: #82061E;
}
.BgClassName
{
background-color: #82061E;
}
</style>
border-color css
<style>
span { border-color: #82061E; }
span { border-color: rgb(130,6,30); }
td.TdClassName
{
border-color: #82061E;
}
.TagClassName
{
border-color: #82061E;
}
</style>