Shades of Pompadour #7E1540
Tints of Pompadour #7E1540
RGB
CMYK
RGB Variations
Color information
#7E1540 (or 0x7E1540) is known color: Pompadour. HEX triplet: 7E, 15 and 40. RGB value is (126,21,64). Sum of RGB (Red+Green+Blue) = 126+21+64=211 (27% of max value = 765). Red value is 126 (49.61% from 255 or 59.72% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E1540 is #81EABF. Grayscale: #393939. Windows color (decimal): -8514240 or 4199806. OLE color: 4199806.
HSL color Cylindrical-coordinate representation of color #7E1540: hue angle of 335.43º 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 #7E1540 is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 21 | 64 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.51 |
| HSL | 335.43º | 0.71% | 0.29% | - |
| HSV(B) | 335.43º | 0.83% | 0.49% | - |
| XYZ | 9.8 | 5.34 | 5.37 | - |
| YUV | 57.3 | 131.79 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 21 | 64 | 0 | 0.83 | 0.49 | 0.51 | 335.43 | 0.71 | 0.29 |
| Hex | 7E | 15 | 40 | 0 | 53 | 31 | 33 | 14F | 47 | 1D |
| Octal | 176 | 25 | 100 | 0 | 123 | 61 | 63 | 517 | 107 | 35 |
| Binary | 1111110 | 10101 | 1000000 | 0 | 1010011 | 110001 | 110011 | 101001111 | 1000111 | 11101 |
Color Harmonies of #7E1540
Complementary color
Monochromatic Colors of #7E1540
Black with #7E1540
Text Example
Text Example
White with #7E1540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1540; }
p { color: rgb(126,21,64); }
H1.HeaderClassName
{
color: #7E1540;
}
.AnyTagClassName
{
color: #7E1540;
}
</style>
background-color css
<style>
a { background-color: #7E1540; }
a { background-color: rgb(126,21,64); }
div.DivClassName
{
background-color: #7E1540;
}
.BgClassName
{
background-color: #7E1540;
}
</style>
border-color css
<style>
span { border-color: #7E1540; }
span { border-color: rgb(126,21,64); }
td.TdClassName
{
border-color: #7E1540;
}
.TagClassName
{
border-color: #7E1540;
}
</style>