Shades of Pompadour #7F184D
Tints of Pompadour #7F184D
RGB
CMYK
RGB Variations
Color information
#7F184D (or 0x7F184D) is known color: Pompadour. HEX triplet: 7F, 18 and 4D. RGB value is (127,24,77). Sum of RGB (Red+Green+Blue) = 127+24+77=228 (30% of max value = 765). Red value is 127 (50% from 255 or 55.70% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 127 - color contains mainly: red. Hex color #7F184D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F184D is #80E7B2. Grayscale: #3C3C3C. Windows color (decimal): -8447923 or 5052543. OLE color: 5052543.
HSL color Cylindrical-coordinate representation of color #7F184D: hue angle of 329.13º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7F184D is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 24 | 77 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.50 |
| HSL | 329.13º | 0.68% | 0.3% | - |
| HSV(B) | 329.13º | 0.81% | 0.5% | - |
| XYZ | 10.42 | 5.7 | 7.57 | - |
| YUV | 60.84 | 137.12 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 24 | 77 | 0 | 0.81 | 0.39 | 0.50 | 329.13 | 0.68 | 0.3 |
| Hex | 7F | 18 | 4D | 0 | 51 | 27 | 32 | 149 | 44 | 1E |
| Octal | 177 | 30 | 115 | 0 | 121 | 47 | 62 | 511 | 104 | 36 |
| Binary | 1111111 | 11000 | 1001101 | 0 | 1010001 | 100111 | 110010 | 101001001 | 1000100 | 11110 |
Color Harmonies of #7F184D
Complementary color
Monochromatic Colors of #7F184D
Black with #7F184D
Text Example
Text Example
White with #7F184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F184D; }
p { color: rgb(127,24,77); }
H1.HeaderClassName
{
color: #7F184D;
}
.AnyTagClassName
{
color: #7F184D;
}
</style>
background-color css
<style>
a { background-color: #7F184D; }
a { background-color: rgb(127,24,77); }
div.DivClassName
{
background-color: #7F184D;
}
.BgClassName
{
background-color: #7F184D;
}
</style>
border-color css
<style>
span { border-color: #7F184D; }
span { border-color: rgb(127,24,77); }
td.TdClassName
{
border-color: #7F184D;
}
.TagClassName
{
border-color: #7F184D;
}
</style>