Shades of Pompadour #750E4B
Tints of Pompadour #750E4B
RGB
CMYK
RGB Variations
Color information
#750E4B (or 0x750E4B) is known color: Pompadour. HEX triplet: 75, 0E and 4B. RGB value is (117,14,75). Sum of RGB (Red+Green+Blue) = 117+14+75=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 14 (5.86% from 255 or 6.80% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #750E4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750E4B is #8AF1B4. Grayscale: #333333. Windows color (decimal): -9105845 or 4918901. OLE color: 4918901.
HSL color Cylindrical-coordinate representation of color #750E4B: hue angle of 324.47º 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 #750E4B is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 14 | 75 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.54 |
| HSL | 324.47º | 0.79% | 0.26% | - |
| HSV(B) | 324.47º | 0.88% | 0.46% | - |
| XYZ | 8.76 | 4.6 | 7.08 | - |
| YUV | 51.75 | 141.12 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 14 | 75 | 0 | 0.88 | 0.36 | 0.54 | 324.47 | 0.79 | 0.26 |
| Hex | 75 | E | 4B | 0 | 58 | 24 | 36 | 144 | 4F | 1A |
| Octal | 165 | 16 | 113 | 0 | 130 | 44 | 66 | 504 | 117 | 32 |
| Binary | 1110101 | 1110 | 1001011 | 0 | 1011000 | 100100 | 110110 | 101000100 | 1001111 | 11010 |
Color Harmonies of #750E4B
Complementary color
Monochromatic Colors of #750E4B
Black with #750E4B
Text Example
Text Example
White with #750E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750E4B; }
p { color: rgb(117,14,75); }
H1.HeaderClassName
{
color: #750E4B;
}
.AnyTagClassName
{
color: #750E4B;
}
</style>
background-color css
<style>
a { background-color: #750E4B; }
a { background-color: rgb(117,14,75); }
div.DivClassName
{
background-color: #750E4B;
}
.BgClassName
{
background-color: #750E4B;
}
</style>
border-color css
<style>
span { border-color: #750E4B; }
span { border-color: rgb(117,14,75); }
td.TdClassName
{
border-color: #750E4B;
}
.TagClassName
{
border-color: #750E4B;
}
</style>