Shades of Burgundy #7E041C
Tints of Burgundy #7E041C
RGB
CMYK
RGB Variations
Color information
#7E041C (or 0x7E041C) is known color: Burgundy. HEX triplet: 7E, 04 and 1C. RGB value is (126,4,28). Sum of RGB (Red+Green+Blue) = 126+4+28=158 (20% of max value = 765). Red value is 126 (49.61% from 255 or 79.75% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 126 - color contains mainly: red. Hex color #7E041C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E041C is #81FBE3. Grayscale: #2B2B2B. Windows color (decimal): -8518628 or 1836158. OLE color: 1836158.
HSL color Cylindrical-coordinate representation of color #7E041C: hue angle of 348.2º 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 #7E041C is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 4 | 28 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.51 |
| HSL | 348.2º | 0.94% | 0.25% | - |
| HSV(B) | 348.2º | 0.97% | 0.49% | - |
| XYZ | 8.86 | 4.61 | 1.52 | - |
| YUV | 43.21 | 119.42 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 4 | 28 | 0 | 0.97 | 0.78 | 0.51 | 348.2 | 0.94 | 0.25 |
| Hex | 7E | 4 | 1C | 0 | 61 | 4E | 33 | 15C | 5E | 19 |
| Octal | 176 | 4 | 34 | 0 | 141 | 116 | 63 | 534 | 136 | 31 |
| Binary | 1111110 | 100 | 11100 | 0 | 1100001 | 1001110 | 110011 | 101011100 | 1011110 | 11001 |
Color Harmonies of #7E041C
Complementary color
Monochromatic Colors of #7E041C
Black with #7E041C
Text Example
Text Example
White with #7E041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E041C; }
p { color: rgb(126,4,28); }
H1.HeaderClassName
{
color: #7E041C;
}
.AnyTagClassName
{
color: #7E041C;
}
</style>
background-color css
<style>
a { background-color: #7E041C; }
a { background-color: rgb(126,4,28); }
div.DivClassName
{
background-color: #7E041C;
}
.BgClassName
{
background-color: #7E041C;
}
</style>
border-color css
<style>
span { border-color: #7E041C; }
span { border-color: rgb(126,4,28); }
td.TdClassName
{
border-color: #7E041C;
}
.TagClassName
{
border-color: #7E041C;
}
</style>