Shades of Burgundy #7E071E
Tints of Burgundy #7E071E
RGB
CMYK
RGB Variations
Color information
#7E071E (or 0x7E071E) is known color: Burgundy. HEX triplet: 7E, 07 and 1E. RGB value is (126,7,30). Sum of RGB (Red+Green+Blue) = 126+7+30=163 (21% of max value = 765). Red value is 126 (49.61% from 255 or 77.30% from 163); Green value is 7 (3.12% from 255 or 4.29% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 126 - color contains mainly: red. Hex color #7E071E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E071E is #81F8E1. Grayscale: #2D2D2D. Windows color (decimal): -8517858 or 1967998. OLE color: 1967998.
HSL color Cylindrical-coordinate representation of color #7E071E: hue angle of 348.4º degrees, saturation: 0.89, 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 #7E071E is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 7 | 30 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.51 |
| HSL | 348.4º | 0.89% | 0.26% | - |
| HSV(B) | 348.4º | 0.94% | 0.49% | - |
| XYZ | 8.91 | 4.68 | 1.66 | - |
| YUV | 45.2 | 119.42 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 7 | 30 | 0 | 0.94 | 0.76 | 0.51 | 348.4 | 0.89 | 0.26 |
| Hex | 7E | 7 | 1E | 0 | 5E | 4C | 33 | 15C | 59 | 1A |
| Octal | 176 | 7 | 36 | 0 | 136 | 114 | 63 | 534 | 131 | 32 |
| Binary | 1111110 | 111 | 11110 | 0 | 1011110 | 1001100 | 110011 | 101011100 | 1011001 | 11010 |
Color Harmonies of #7E071E
Complementary color
Monochromatic Colors of #7E071E
Black with #7E071E
Text Example
Text Example
White with #7E071E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E071E; }
p { color: rgb(126,7,30); }
H1.HeaderClassName
{
color: #7E071E;
}
.AnyTagClassName
{
color: #7E071E;
}
</style>
background-color css
<style>
a { background-color: #7E071E; }
a { background-color: rgb(126,7,30); }
div.DivClassName
{
background-color: #7E071E;
}
.BgClassName
{
background-color: #7E071E;
}
</style>
border-color css
<style>
span { border-color: #7E071E; }
span { border-color: rgb(126,7,30); }
td.TdClassName
{
border-color: #7E071E;
}
.TagClassName
{
border-color: #7E071E;
}
</style>