Shades of Burgundy #7E041D
Tints of Burgundy #7E041D
RGB
CMYK
RGB Variations
Color information
#7E041D (or 0x7E041D) is known color: Burgundy. HEX triplet: 7E, 04 and 1D. RGB value is (126,4,29). Sum of RGB (Red+Green+Blue) = 126+4+29=159 (21% of max value = 765). Red value is 126 (49.61% from 255 or 79.25% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 126 - color contains mainly: red. Hex color #7E041D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E041D is #81FBE2. Grayscale: #2B2B2B. Windows color (decimal): -8518627 or 1901694. OLE color: 1901694.
HSL color Cylindrical-coordinate representation of color #7E041D: hue angle of 347.7º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E041D is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 4 | 29 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.51 |
| HSL | 347.7º | 0.94% | 0.25% | - |
| HSV(B) | 347.7º | 0.97% | 0.49% | - |
| XYZ | 8.87 | 4.61 | 1.58 | - |
| YUV | 43.33 | 119.92 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 4 | 29 | 0 | 0.97 | 0.77 | 0.51 | 347.7 | 0.94 | 0.25 |
| Hex | 7E | 4 | 1D | 0 | 61 | 4D | 33 | 15C | 5E | 19 |
| Octal | 176 | 4 | 35 | 0 | 141 | 115 | 63 | 534 | 136 | 31 |
| Binary | 1111110 | 100 | 11101 | 0 | 1100001 | 1001101 | 110011 | 101011100 | 1011110 | 11001 |
Color Harmonies of #7E041D
Complementary color
Monochromatic Colors of #7E041D
Black with #7E041D
Text Example
Text Example
White with #7E041D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E041D; }
p { color: rgb(126,4,29); }
H1.HeaderClassName
{
color: #7E041D;
}
.AnyTagClassName
{
color: #7E041D;
}
</style>
background-color css
<style>
a { background-color: #7E041D; }
a { background-color: rgb(126,4,29); }
div.DivClassName
{
background-color: #7E041D;
}
.BgClassName
{
background-color: #7E041D;
}
</style>
border-color css
<style>
span { border-color: #7E041D; }
span { border-color: rgb(126,4,29); }
td.TdClassName
{
border-color: #7E041D;
}
.TagClassName
{
border-color: #7E041D;
}
</style>