Shades of Pompadour #7E153F
Tints of Pompadour #7E153F
RGB
CMYK
RGB Variations
Color information
#7E153F (or 0x7E153F) is known color: Pompadour. HEX triplet: 7E, 15 and 3F. RGB value is (126,21,63). Sum of RGB (Red+Green+Blue) = 126+21+63=210 (27% of max value = 765). Red value is 126 (49.61% from 255 or 60% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 126 - color contains mainly: red. Hex color #7E153F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E153F is #81EAC0. Grayscale: #393939. Windows color (decimal): -8514241 or 4134270. OLE color: 4134270.
HSL color Cylindrical-coordinate representation of color #7E153F: hue angle of 336º 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 #7E153F is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 21 | 63 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.51 |
| HSL | 336º | 0.71% | 0.29% | - |
| HSV(B) | 336º | 0.83% | 0.49% | - |
| XYZ | 9.77 | 5.33 | 5.22 | - |
| YUV | 57.18 | 131.29 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 21 | 63 | 0 | 0.83 | 0.50 | 0.51 | 336 | 0.71 | 0.29 |
| Hex | 7E | 15 | 3F | 0 | 53 | 32 | 33 | 150 | 47 | 1D |
| Octal | 176 | 25 | 77 | 0 | 123 | 62 | 63 | 520 | 107 | 35 |
| Binary | 1111110 | 10101 | 111111 | 0 | 1010011 | 110010 | 110011 | 101010000 | 1000111 | 11101 |
Color Harmonies of #7E153F
Complementary color
Monochromatic Colors of #7E153F
Black with #7E153F
Text Example
Text Example
White with #7E153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E153F; }
p { color: rgb(126,21,63); }
H1.HeaderClassName
{
color: #7E153F;
}
.AnyTagClassName
{
color: #7E153F;
}
</style>
background-color css
<style>
a { background-color: #7E153F; }
a { background-color: rgb(126,21,63); }
div.DivClassName
{
background-color: #7E153F;
}
.BgClassName
{
background-color: #7E153F;
}
</style>
border-color css
<style>
span { border-color: #7E153F; }
span { border-color: rgb(126,21,63); }
td.TdClassName
{
border-color: #7E153F;
}
.TagClassName
{
border-color: #7E153F;
}
</style>