Shades of Pompadour #7F154B
Tints of Pompadour #7F154B
RGB
CMYK
RGB Variations
Color information
#7F154B (or 0x7F154B) is known color: Pompadour. HEX triplet: 7F, 15 and 4B. RGB value is (127,21,75). Sum of RGB (Red+Green+Blue) = 127+21+75=223 (29% of max value = 765). Red value is 127 (50% from 255 or 56.95% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 127 - color contains mainly: red. Hex color #7F154B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F154B is #80EAB4. Grayscale: #3A3A3A. Windows color (decimal): -8448693 or 4920703. OLE color: 4920703.
HSL color Cylindrical-coordinate representation of color #7F154B: hue angle of 329.43º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F154B is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 21 | 75 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.50 |
| HSL | 329.43º | 0.72% | 0.29% | - |
| HSV(B) | 329.43º | 0.83% | 0.5% | - |
| XYZ | 10.29 | 5.56 | 7.19 | - |
| YUV | 58.85 | 137.12 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 21 | 75 | 0 | 0.83 | 0.41 | 0.50 | 329.43 | 0.72 | 0.29 |
| Hex | 7F | 15 | 4B | 0 | 53 | 29 | 32 | 149 | 48 | 1D |
| Octal | 177 | 25 | 113 | 0 | 123 | 51 | 62 | 511 | 110 | 35 |
| Binary | 1111111 | 10101 | 1001011 | 0 | 1010011 | 101001 | 110010 | 101001001 | 1001000 | 11101 |
Color Harmonies of #7F154B
Complementary color
Monochromatic Colors of #7F154B
Black with #7F154B
Text Example
Text Example
White with #7F154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F154B; }
p { color: rgb(127,21,75); }
H1.HeaderClassName
{
color: #7F154B;
}
.AnyTagClassName
{
color: #7F154B;
}
</style>
background-color css
<style>
a { background-color: #7F154B; }
a { background-color: rgb(127,21,75); }
div.DivClassName
{
background-color: #7F154B;
}
.BgClassName
{
background-color: #7F154B;
}
</style>
border-color css
<style>
span { border-color: #7F154B; }
span { border-color: rgb(127,21,75); }
td.TdClassName
{
border-color: #7F154B;
}
.TagClassName
{
border-color: #7F154B;
}
</style>