Shades of Pompadour #7E154B
Tints of Pompadour #7E154B
RGB
CMYK
RGB Variations
Color information
#7E154B (or 0x7E154B) is known color: Pompadour. HEX triplet: 7E, 15 and 4B. RGB value is (126,21,75). Sum of RGB (Red+Green+Blue) = 126+21+75=222 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56.76% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 126 - color contains mainly: red. Hex color #7E154B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E154B is #81EAB4. Grayscale: #3A3A3A. Windows color (decimal): -8514229 or 4920702. OLE color: 4920702.
HSL color Cylindrical-coordinate representation of color #7E154B: hue angle of 329.14º 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 #7E154B is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 21 | 75 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.51 |
| HSL | 329.14º | 0.71% | 0.29% | - |
| HSV(B) | 329.14º | 0.83% | 0.49% | - |
| XYZ | 10.14 | 5.48 | 7.18 | - |
| YUV | 58.55 | 137.29 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 21 | 75 | 0 | 0.83 | 0.40 | 0.51 | 329.14 | 0.71 | 0.29 |
| Hex | 7E | 15 | 4B | 0 | 53 | 28 | 33 | 149 | 47 | 1D |
| Octal | 176 | 25 | 113 | 0 | 123 | 50 | 63 | 511 | 107 | 35 |
| Binary | 1111110 | 10101 | 1001011 | 0 | 1010011 | 101000 | 110011 | 101001001 | 1000111 | 11101 |
Color Harmonies of #7E154B
Complementary color
Monochromatic Colors of #7E154B
Black with #7E154B
Text Example
Text Example
White with #7E154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E154B; }
p { color: rgb(126,21,75); }
H1.HeaderClassName
{
color: #7E154B;
}
.AnyTagClassName
{
color: #7E154B;
}
</style>
background-color css
<style>
a { background-color: #7E154B; }
a { background-color: rgb(126,21,75); }
div.DivClassName
{
background-color: #7E154B;
}
.BgClassName
{
background-color: #7E154B;
}
</style>
border-color css
<style>
span { border-color: #7E154B; }
span { border-color: rgb(126,21,75); }
td.TdClassName
{
border-color: #7E154B;
}
.TagClassName
{
border-color: #7E154B;
}
</style>