Shades of Pompadour #750E49
Tints of Pompadour #750E49
RGB
CMYK
RGB Variations
Color information
#750E49 (or 0x750E49) is known color: Pompadour. HEX triplet: 75, 0E and 49. RGB value is (117,14,73). Sum of RGB (Red+Green+Blue) = 117+14+73=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 14 (5.86% from 255 or 6.86% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #750E49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750E49 is #8AF1B6. Grayscale: #333333. Windows color (decimal): -9105847 or 4787829. OLE color: 4787829.
HSL color Cylindrical-coordinate representation of color #750E49: hue angle of 325.63º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #750E49 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 14 | 73 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.54 |
| HSL | 325.63º | 0.79% | 0.26% | - |
| HSV(B) | 325.63º | 0.88% | 0.46% | - |
| XYZ | 8.7 | 4.58 | 6.73 | - |
| YUV | 51.52 | 140.12 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 14 | 73 | 0 | 0.88 | 0.38 | 0.54 | 325.63 | 0.79 | 0.26 |
| Hex | 75 | E | 49 | 0 | 58 | 26 | 36 | 146 | 4F | 1A |
| Octal | 165 | 16 | 111 | 0 | 130 | 46 | 66 | 506 | 117 | 32 |
| Binary | 1110101 | 1110 | 1001001 | 0 | 1011000 | 100110 | 110110 | 101000110 | 1001111 | 11010 |
Color Harmonies of #750E49
Complementary color
Monochromatic Colors of #750E49
Black with #750E49
Text Example
Text Example
White with #750E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750E49; }
p { color: rgb(117,14,73); }
H1.HeaderClassName
{
color: #750E49;
}
.AnyTagClassName
{
color: #750E49;
}
</style>
background-color css
<style>
a { background-color: #750E49; }
a { background-color: rgb(117,14,73); }
div.DivClassName
{
background-color: #750E49;
}
.BgClassName
{
background-color: #750E49;
}
</style>
border-color css
<style>
span { border-color: #750E49; }
span { border-color: rgb(117,14,73); }
td.TdClassName
{
border-color: #750E49;
}
.TagClassName
{
border-color: #750E49;
}
</style>