Shades of Burgundy #7E082D
Tints of Burgundy #7E082D
RGB
CMYK
RGB Variations
Color information
#7E082D (or 0x7E082D) is known color: Burgundy. HEX triplet: 7E, 08 and 2D. RGB value is (126,8,45). Sum of RGB (Red+Green+Blue) = 126+8+45=179 (23% of max value = 765). Red value is 126 (49.61% from 255 or 70.39% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 45 (17.97% from 255 or 25.14% from 179); Max value from RGB is 126 - color contains mainly: red. Hex color #7E082D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E082D is #81F7D2. Grayscale: #2F2F2F. Windows color (decimal): -8517587 or 2951294. OLE color: 2951294.
HSL color Cylindrical-coordinate representation of color #7E082D: hue angle of 341.19º 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 #7E082D is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 8 | 45 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.51 |
| HSL | 341.19º | 0.88% | 0.26% | - |
| HSV(B) | 341.19º | 0.94% | 0.49% | - |
| XYZ | 9.16 | 4.8 | 2.93 | - |
| YUV | 47.5 | 126.59 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 8 | 45 | 0 | 0.94 | 0.64 | 0.51 | 341.19 | 0.88 | 0.26 |
| Hex | 7E | 8 | 2D | 0 | 5E | 40 | 33 | 155 | 58 | 1A |
| Octal | 176 | 10 | 55 | 0 | 136 | 100 | 63 | 525 | 130 | 32 |
| Binary | 1111110 | 1000 | 101101 | 0 | 1011110 | 1000000 | 110011 | 101010101 | 1011000 | 11010 |
Color Harmonies of #7E082D
Complementary color
Monochromatic Colors of #7E082D
Black with #7E082D
Text Example
Text Example
White with #7E082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E082D; }
p { color: rgb(126,8,45); }
H1.HeaderClassName
{
color: #7E082D;
}
.AnyTagClassName
{
color: #7E082D;
}
</style>
background-color css
<style>
a { background-color: #7E082D; }
a { background-color: rgb(126,8,45); }
div.DivClassName
{
background-color: #7E082D;
}
.BgClassName
{
background-color: #7E082D;
}
</style>
border-color css
<style>
span { border-color: #7E082D; }
span { border-color: rgb(126,8,45); }
td.TdClassName
{
border-color: #7E082D;
}
.TagClassName
{
border-color: #7E082D;
}
</style>