Shades of Pompadour #75124D
Tints of Pompadour #75124D
RGB
CMYK
RGB Variations
Color information
#75124D (or 0x75124D) is known color: Pompadour. HEX triplet: 75, 12 and 4D. RGB value is (117,18,77). Sum of RGB (Red+Green+Blue) = 117+18+77=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #75124D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75124D is #8AEDB2. Grayscale: #363636. Windows color (decimal): -9104819 or 5050997. OLE color: 5050997.
HSL color Cylindrical-coordinate representation of color #75124D: hue angle of 324.24º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75124D is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 18 | 77 | - |
| CMYK | 0 | 0.85 | 0.34 | 0.54 |
| HSL | 324.24º | 0.73% | 0.26% | - |
| HSV(B) | 324.24º | 0.85% | 0.46% | - |
| XYZ | 8.89 | 4.75 | 7.47 | - |
| YUV | 54.33 | 140.8 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 18 | 77 | 0 | 0.85 | 0.34 | 0.54 | 324.24 | 0.73 | 0.26 |
| Hex | 75 | 12 | 4D | 0 | 55 | 22 | 36 | 144 | 49 | 1A |
| Octal | 165 | 22 | 115 | 0 | 125 | 42 | 66 | 504 | 111 | 32 |
| Binary | 1110101 | 10010 | 1001101 | 0 | 1010101 | 100010 | 110110 | 101000100 | 1001001 | 11010 |
Color Harmonies of #75124D
Complementary color
Monochromatic Colors of #75124D
Black with #75124D
Text Example
Text Example
White with #75124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75124D; }
p { color: rgb(117,18,77); }
H1.HeaderClassName
{
color: #75124D;
}
.AnyTagClassName
{
color: #75124D;
}
</style>
background-color css
<style>
a { background-color: #75124D; }
a { background-color: rgb(117,18,77); }
div.DivClassName
{
background-color: #75124D;
}
.BgClassName
{
background-color: #75124D;
}
</style>
border-color css
<style>
span { border-color: #75124D; }
span { border-color: rgb(117,18,77); }
td.TdClassName
{
border-color: #75124D;
}
.TagClassName
{
border-color: #75124D;
}
</style>