Shades of Burgundy #7E092C
Tints of Burgundy #7E092C
RGB
CMYK
RGB Variations
Color information
#7E092C (or 0x7E092C) is known color: Burgundy. HEX triplet: 7E, 09 and 2C. RGB value is (126,9,44). Sum of RGB (Red+Green+Blue) = 126+9+44=179 (23% of max value = 765). Red value is 126 (49.61% from 255 or 70.39% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 44 (17.58% from 255 or 24.58% from 179); Max value from RGB is 126 - color contains mainly: red. Hex color #7E092C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E092C is #81F6D3. Grayscale: #2F2F2F. Windows color (decimal): -8517332 or 2886014. OLE color: 2886014.
HSL color Cylindrical-coordinate representation of color #7E092C: hue angle of 342.05º 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 #7E092C is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 9 | 44 | - |
| CMYK | 0 | 0.93 | 0.65 | 0.51 |
| HSL | 342.05º | 0.87% | 0.26% | - |
| HSV(B) | 342.05º | 0.93% | 0.49% | - |
| XYZ | 9.16 | 4.81 | 2.83 | - |
| YUV | 47.97 | 125.76 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 9 | 44 | 0 | 0.93 | 0.65 | 0.51 | 342.05 | 0.87 | 0.26 |
| Hex | 7E | 9 | 2C | 0 | 5D | 41 | 33 | 156 | 57 | 1A |
| Octal | 176 | 11 | 54 | 0 | 135 | 101 | 63 | 526 | 127 | 32 |
| Binary | 1111110 | 1001 | 101100 | 0 | 1011101 | 1000001 | 110011 | 101010110 | 1010111 | 11010 |
Color Harmonies of #7E092C
Complementary color
Monochromatic Colors of #7E092C
Black with #7E092C
Text Example
Text Example
White with #7E092C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E092C; }
p { color: rgb(126,9,44); }
H1.HeaderClassName
{
color: #7E092C;
}
.AnyTagClassName
{
color: #7E092C;
}
</style>
background-color css
<style>
a { background-color: #7E092C; }
a { background-color: rgb(126,9,44); }
div.DivClassName
{
background-color: #7E092C;
}
.BgClassName
{
background-color: #7E092C;
}
</style>
border-color css
<style>
span { border-color: #7E092C; }
span { border-color: rgb(126,9,44); }
td.TdClassName
{
border-color: #7E092C;
}
.TagClassName
{
border-color: #7E092C;
}
</style>