Shades of Burgundy #7E082E
Tints of Burgundy #7E082E
RGB
CMYK
RGB Variations
Color information
#7E082E (or 0x7E082E) is known color: Burgundy. HEX triplet: 7E, 08 and 2E. RGB value is (126,8,46). Sum of RGB (Red+Green+Blue) = 126+8+46=180 (23% of max value = 765). Red value is 126 (49.61% from 255 or 70% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 46 (18.36% from 255 or 25.56% from 180); Max value from RGB is 126 - color contains mainly: red. Hex color #7E082E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E082E is #81F7D1. Grayscale: #2F2F2F. Windows color (decimal): -8517586 or 3016830. OLE color: 3016830.
HSL color Cylindrical-coordinate representation of color #7E082E: hue angle of 340.68º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7E082E is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 8 | 46 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.51 |
| HSL | 340.68º | 0.88% | 0.26% | - |
| HSV(B) | 340.68º | 0.94% | 0.49% | - |
| XYZ | 9.18 | 4.81 | 3.03 | - |
| YUV | 47.61 | 127.09 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 8 | 46 | 0 | 0.94 | 0.63 | 0.51 | 340.68 | 0.88 | 0.26 |
| Hex | 7E | 8 | 2E | 0 | 5E | 3F | 33 | 155 | 58 | 1A |
| Octal | 176 | 10 | 56 | 0 | 136 | 77 | 63 | 525 | 130 | 32 |
| Binary | 1111110 | 1000 | 101110 | 0 | 1011110 | 111111 | 110011 | 101010101 | 1011000 | 11010 |
Color Harmonies of #7E082E
Complementary color
Monochromatic Colors of #7E082E
Black with #7E082E
Text Example
Text Example
White with #7E082E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E082E; }
p { color: rgb(126,8,46); }
H1.HeaderClassName
{
color: #7E082E;
}
.AnyTagClassName
{
color: #7E082E;
}
</style>
background-color css
<style>
a { background-color: #7E082E; }
a { background-color: rgb(126,8,46); }
div.DivClassName
{
background-color: #7E082E;
}
.BgClassName
{
background-color: #7E082E;
}
</style>
border-color css
<style>
span { border-color: #7E082E; }
span { border-color: rgb(126,8,46); }
td.TdClassName
{
border-color: #7E082E;
}
.TagClassName
{
border-color: #7E082E;
}
</style>