Shades of Burgundy #7E0415
Tints of Burgundy #7E0415
RGB
CMYK
RGB Variations
Color information
#7E0415 (or 0x7E0415) is known color: Burgundy. HEX triplet: 7E, 04 and 15. RGB value is (126,4,21). Sum of RGB (Red+Green+Blue) = 126+4+21=151 (20% of max value = 765). Red value is 126 (49.61% from 255 or 83.44% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 21 (8.59% from 255 or 13.91% from 151); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0415 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E0415 is #81FBEA. Grayscale: #2A2A2A. Windows color (decimal): -8518635 or 1377406. OLE color: 1377406.
HSL color Cylindrical-coordinate representation of color #7E0415: hue angle of 351.64º 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 #7E0415 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 4 | 21 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.51 |
| HSL | 351.64º | 0.94% | 0.25% | - |
| HSV(B) | 351.64º | 0.97% | 0.49% | - |
| XYZ | 8.78 | 4.58 | 1.13 | - |
| YUV | 42.42 | 115.92 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 4 | 21 | 0 | 0.97 | 0.83 | 0.51 | 351.64 | 0.94 | 0.25 |
| Hex | 7E | 4 | 15 | 0 | 61 | 53 | 33 | 160 | 5E | 19 |
| Octal | 176 | 4 | 25 | 0 | 141 | 123 | 63 | 540 | 136 | 31 |
| Binary | 1111110 | 100 | 10101 | 0 | 1100001 | 1010011 | 110011 | 101100000 | 1011110 | 11001 |
Color Harmonies of #7E0415
Complementary color
Monochromatic Colors of #7E0415
Black with #7E0415
Text Example
Text Example
White with #7E0415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0415; }
p { color: rgb(126,4,21); }
H1.HeaderClassName
{
color: #7E0415;
}
.AnyTagClassName
{
color: #7E0415;
}
</style>
background-color css
<style>
a { background-color: #7E0415; }
a { background-color: rgb(126,4,21); }
div.DivClassName
{
background-color: #7E0415;
}
.BgClassName
{
background-color: #7E0415;
}
</style>
border-color css
<style>
span { border-color: #7E0415; }
span { border-color: rgb(126,4,21); }
td.TdClassName
{
border-color: #7E0415;
}
.TagClassName
{
border-color: #7E0415;
}
</style>