Shades of Pompadour #7E155A
Tints of Pompadour #7E155A
RGB
CMYK
RGB Variations
Color information
#7E155A (or 0x7E155A) is known color: Pompadour. HEX triplet: 7E, 15 and 5A. RGB value is (126,21,90). Sum of RGB (Red+Green+Blue) = 126+21+90=237 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.16% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 126 - color contains mainly: red. Hex color #7E155A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E155A is #81EAA5. Grayscale: #3C3C3C. Windows color (decimal): -8514214 or 5903742. OLE color: 5903742.
HSL color Cylindrical-coordinate representation of color #7E155A: hue angle of 320.57º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7E155A is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 21 | 90 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.51 |
| HSL | 320.57º | 0.71% | 0.29% | - |
| HSV(B) | 320.57º | 0.83% | 0.49% | - |
| XYZ | 10.72 | 5.71 | 10.21 | - |
| YUV | 60.26 | 144.79 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 21 | 90 | 0 | 0.83 | 0.29 | 0.51 | 320.57 | 0.71 | 0.29 |
| Hex | 7E | 15 | 5A | 0 | 53 | 1D | 33 | 141 | 47 | 1D |
| Octal | 176 | 25 | 132 | 0 | 123 | 35 | 63 | 501 | 107 | 35 |
| Binary | 1111110 | 10101 | 1011010 | 0 | 1010011 | 11101 | 110011 | 101000001 | 1000111 | 11101 |
Color Harmonies of #7E155A
Complementary color
Monochromatic Colors of #7E155A
Black with #7E155A
Text Example
Text Example
White with #7E155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E155A; }
p { color: rgb(126,21,90); }
H1.HeaderClassName
{
color: #7E155A;
}
.AnyTagClassName
{
color: #7E155A;
}
</style>
background-color css
<style>
a { background-color: #7E155A; }
a { background-color: rgb(126,21,90); }
div.DivClassName
{
background-color: #7E155A;
}
.BgClassName
{
background-color: #7E155A;
}
</style>
border-color css
<style>
span { border-color: #7E155A; }
span { border-color: rgb(126,21,90); }
td.TdClassName
{
border-color: #7E155A;
}
.TagClassName
{
border-color: #7E155A;
}
</style>