Shades of Pompadour #7E164B
Tints of Pompadour #7E164B
RGB
CMYK
RGB Variations
Color information
#7E164B (or 0x7E164B) is known color: Pompadour. HEX triplet: 7E, 16 and 4B. RGB value is (126,22,75). Sum of RGB (Red+Green+Blue) = 126+22+75=223 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56.50% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 126 - color contains mainly: red. Hex color #7E164B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E164B is #81E9B4. Grayscale: #3B3B3B. Windows color (decimal): -8513973 or 4920958. OLE color: 4920958.
HSL color Cylindrical-coordinate representation of color #7E164B: hue angle of 329.42º degrees, saturation: 0.7, 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 #7E164B is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 22 | 75 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.51 |
| HSL | 329.42º | 0.7% | 0.29% | - |
| HSV(B) | 329.42º | 0.83% | 0.49% | - |
| XYZ | 10.16 | 5.52 | 7.19 | - |
| YUV | 59.14 | 136.96 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 22 | 75 | 0 | 0.83 | 0.40 | 0.51 | 329.42 | 0.7 | 0.29 |
| Hex | 7E | 16 | 4B | 0 | 53 | 28 | 33 | 149 | 46 | 1D |
| Octal | 176 | 26 | 113 | 0 | 123 | 50 | 63 | 511 | 106 | 35 |
| Binary | 1111110 | 10110 | 1001011 | 0 | 1010011 | 101000 | 110011 | 101001001 | 1000110 | 11101 |
Color Harmonies of #7E164B
Complementary color
Monochromatic Colors of #7E164B
Black with #7E164B
Text Example
Text Example
White with #7E164B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E164B; }
p { color: rgb(126,22,75); }
H1.HeaderClassName
{
color: #7E164B;
}
.AnyTagClassName
{
color: #7E164B;
}
</style>
background-color css
<style>
a { background-color: #7E164B; }
a { background-color: rgb(126,22,75); }
div.DivClassName
{
background-color: #7E164B;
}
.BgClassName
{
background-color: #7E164B;
}
</style>
border-color css
<style>
span { border-color: #7E164B; }
span { border-color: rgb(126,22,75); }
td.TdClassName
{
border-color: #7E164B;
}
.TagClassName
{
border-color: #7E164B;
}
</style>