Shades of Burgundy #7E041B
Tints of Burgundy #7E041B
RGB
CMYK
RGB Variations
Color information
#7E041B (or 0x7E041B) is known color: Burgundy. HEX triplet: 7E, 04 and 1B. RGB value is (126,4,27). Sum of RGB (Red+Green+Blue) = 126+4+27=157 (20% of max value = 765). Red value is 126 (49.61% from 255 or 80.25% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 126 - color contains mainly: red. Hex color #7E041B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E041B is #81FBE4. Grayscale: #2B2B2B. Windows color (decimal): -8518629 or 1770622. OLE color: 1770622.
HSL color Cylindrical-coordinate representation of color #7E041B: hue angle of 348.69º 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 #7E041B is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 4 | 27 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.51 |
| HSL | 348.69º | 0.94% | 0.25% | - |
| HSV(B) | 348.69º | 0.97% | 0.49% | - |
| XYZ | 8.85 | 4.6 | 1.46 | - |
| YUV | 43.1 | 118.92 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 4 | 27 | 0 | 0.97 | 0.79 | 0.51 | 348.69 | 0.94 | 0.25 |
| Hex | 7E | 4 | 1B | 0 | 61 | 4F | 33 | 15D | 5E | 19 |
| Octal | 176 | 4 | 33 | 0 | 141 | 117 | 63 | 535 | 136 | 31 |
| Binary | 1111110 | 100 | 11011 | 0 | 1100001 | 1001111 | 110011 | 101011101 | 1011110 | 11001 |
Color Harmonies of #7E041B
Complementary color
Monochromatic Colors of #7E041B
Black with #7E041B
Text Example
Text Example
White with #7E041B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E041B; }
p { color: rgb(126,4,27); }
H1.HeaderClassName
{
color: #7E041B;
}
.AnyTagClassName
{
color: #7E041B;
}
</style>
background-color css
<style>
a { background-color: #7E041B; }
a { background-color: rgb(126,4,27); }
div.DivClassName
{
background-color: #7E041B;
}
.BgClassName
{
background-color: #7E041B;
}
</style>
border-color css
<style>
span { border-color: #7E041B; }
span { border-color: rgb(126,4,27); }
td.TdClassName
{
border-color: #7E041B;
}
.TagClassName
{
border-color: #7E041B;
}
</style>