Shades of Pompadour #7E194A
Tints of Pompadour #7E194A
RGB
CMYK
RGB Variations
Color information
#7E194A (or 0x7E194A) is known color: Pompadour. HEX triplet: 7E, 19 and 4A. RGB value is (126,25,74). Sum of RGB (Red+Green+Blue) = 126+25+74=225 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 126 - color contains mainly: red. Hex color #7E194A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E194A is #81E6B5. Grayscale: #3C3C3C. Windows color (decimal): -8513206 or 4856190. OLE color: 4856190.
HSL color Cylindrical-coordinate representation of color #7E194A: hue angle of 330.89º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7E194A is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 25 | 74 | - |
| CMYK | 0 | 0.80 | 0.41 | 0.51 |
| HSL | 330.89º | 0.67% | 0.3% | - |
| HSV(B) | 330.89º | 0.8% | 0.49% | - |
| XYZ | 10.19 | 5.63 | 7.03 | - |
| YUV | 60.79 | 135.46 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 25 | 74 | 0 | 0.80 | 0.41 | 0.51 | 330.89 | 0.67 | 0.3 |
| Hex | 7E | 19 | 4A | 0 | 50 | 29 | 33 | 14B | 43 | 1E |
| Octal | 176 | 31 | 112 | 0 | 120 | 51 | 63 | 513 | 103 | 36 |
| Binary | 1111110 | 11001 | 1001010 | 0 | 1010000 | 101001 | 110011 | 101001011 | 1000011 | 11110 |
Color Harmonies of #7E194A
Complementary color
Monochromatic Colors of #7E194A
Black with #7E194A
Text Example
Text Example
White with #7E194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E194A; }
p { color: rgb(126,25,74); }
H1.HeaderClassName
{
color: #7E194A;
}
.AnyTagClassName
{
color: #7E194A;
}
</style>
background-color css
<style>
a { background-color: #7E194A; }
a { background-color: rgb(126,25,74); }
div.DivClassName
{
background-color: #7E194A;
}
.BgClassName
{
background-color: #7E194A;
}
</style>
border-color css
<style>
span { border-color: #7E194A; }
span { border-color: rgb(126,25,74); }
td.TdClassName
{
border-color: #7E194A;
}
.TagClassName
{
border-color: #7E194A;
}
</style>