Shades of Burgundy #7E091F
Tints of Burgundy #7E091F
RGB
CMYK
RGB Variations
Color information
#7E091F (or 0x7E091F) is known color: Burgundy. HEX triplet: 7E, 09 and 1F. RGB value is (126,9,31). Sum of RGB (Red+Green+Blue) = 126+9+31=166 (21% of max value = 765). Red value is 126 (49.61% from 255 or 75.90% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 126 - color contains mainly: red. Hex color #7E091F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E091F is #81F6E0. Grayscale: #2E2E2E. Windows color (decimal): -8517345 or 2034046. OLE color: 2034046.
HSL color Cylindrical-coordinate representation of color #7E091F: hue angle of 348.72º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7E091F is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 9 | 31 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.51 |
| HSL | 348.72º | 0.87% | 0.26% | - |
| HSV(B) | 348.72º | 0.93% | 0.49% | - |
| XYZ | 8.95 | 4.73 | 1.74 | - |
| YUV | 46.49 | 119.26 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 9 | 31 | 0 | 0.93 | 0.75 | 0.51 | 348.72 | 0.87 | 0.26 |
| Hex | 7E | 9 | 1F | 0 | 5D | 4B | 33 | 15D | 57 | 1A |
| Octal | 176 | 11 | 37 | 0 | 135 | 113 | 63 | 535 | 127 | 32 |
| Binary | 1111110 | 1001 | 11111 | 0 | 1011101 | 1001011 | 110011 | 101011101 | 1010111 | 11010 |
Color Harmonies of #7E091F
Complementary color
Monochromatic Colors of #7E091F
Black with #7E091F
Text Example
Text Example
White with #7E091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E091F; }
p { color: rgb(126,9,31); }
H1.HeaderClassName
{
color: #7E091F;
}
.AnyTagClassName
{
color: #7E091F;
}
</style>
background-color css
<style>
a { background-color: #7E091F; }
a { background-color: rgb(126,9,31); }
div.DivClassName
{
background-color: #7E091F;
}
.BgClassName
{
background-color: #7E091F;
}
</style>
border-color css
<style>
span { border-color: #7E091F; }
span { border-color: rgb(126,9,31); }
td.TdClassName
{
border-color: #7E091F;
}
.TagClassName
{
border-color: #7E091F;
}
</style>