Shades of Burgundy #7E071B
Tints of Burgundy #7E071B
RGB
CMYK
RGB Variations
Color information
#7E071B (or 0x7E071B) is known color: Burgundy. HEX triplet: 7E, 07 and 1B. RGB value is (126,7,27). Sum of RGB (Red+Green+Blue) = 126+7+27=160 (21% of max value = 765). Red value is 126 (49.61% from 255 or 78.75% from 160); Green value is 7 (3.12% from 255 or 4.38% from 160); Blue value is 27 (10.94% from 255 or 16.88% from 160); Max value from RGB is 126 - color contains mainly: red. Hex color #7E071B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E071B is #81F8E4. Grayscale: #2C2C2C. Windows color (decimal): -8517861 or 1771390. OLE color: 1771390.
HSL color Cylindrical-coordinate representation of color #7E071B: hue angle of 349.92º 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 #7E071B is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 7 | 27 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.51 |
| HSL | 349.92º | 0.89% | 0.26% | - |
| HSV(B) | 349.92º | 0.94% | 0.49% | - |
| XYZ | 8.88 | 4.67 | 1.47 | - |
| YUV | 44.86 | 117.92 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 7 | 27 | 0 | 0.94 | 0.79 | 0.51 | 349.92 | 0.89 | 0.26 |
| Hex | 7E | 7 | 1B | 0 | 5E | 4F | 33 | 15E | 59 | 1A |
| Octal | 176 | 7 | 33 | 0 | 136 | 117 | 63 | 536 | 131 | 32 |
| Binary | 1111110 | 111 | 11011 | 0 | 1011110 | 1001111 | 110011 | 101011110 | 1011001 | 11010 |
Color Harmonies of #7E071B
Complementary color
Monochromatic Colors of #7E071B
Black with #7E071B
Text Example
Text Example
White with #7E071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E071B; }
p { color: rgb(126,7,27); }
H1.HeaderClassName
{
color: #7E071B;
}
.AnyTagClassName
{
color: #7E071B;
}
</style>
background-color css
<style>
a { background-color: #7E071B; }
a { background-color: rgb(126,7,27); }
div.DivClassName
{
background-color: #7E071B;
}
.BgClassName
{
background-color: #7E071B;
}
</style>
border-color css
<style>
span { border-color: #7E071B; }
span { border-color: rgb(126,7,27); }
td.TdClassName
{
border-color: #7E071B;
}
.TagClassName
{
border-color: #7E071B;
}
</style>