Shades of Pompadour #750E43
Tints of Pompadour #750E43
RGB
CMYK
RGB Variations
Color information
#750E43 (or 0x750E43) is known color: Pompadour. HEX triplet: 75, 0E and 43. RGB value is (117,14,67). Sum of RGB (Red+Green+Blue) = 117+14+67=198 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.09% from 198); Green value is 14 (5.86% from 255 or 7.07% from 198); Blue value is 67 (26.56% from 255 or 33.84% from 198); Max value from RGB is 117 - color contains mainly: red. Hex color #750E43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750E43 is #8AF1BC. Grayscale: #323232. Windows color (decimal): -9105853 or 4394613. OLE color: 4394613.
HSL color Cylindrical-coordinate representation of color #750E43: hue angle of 329.13º 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 #750E43 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 14 | 67 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.54 |
| HSL | 329.13º | 0.79% | 0.26% | - |
| HSV(B) | 329.13º | 0.88% | 0.46% | - |
| XYZ | 8.51 | 4.5 | 5.73 | - |
| YUV | 50.84 | 137.12 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 14 | 67 | 0 | 0.88 | 0.43 | 0.54 | 329.13 | 0.79 | 0.26 |
| Hex | 75 | E | 43 | 0 | 58 | 2B | 36 | 149 | 4F | 1A |
| Octal | 165 | 16 | 103 | 0 | 130 | 53 | 66 | 511 | 117 | 32 |
| Binary | 1110101 | 1110 | 1000011 | 0 | 1011000 | 101011 | 110110 | 101001001 | 1001111 | 11010 |
Color Harmonies of #750E43
Complementary color
Monochromatic Colors of #750E43
Black with #750E43
Text Example
Text Example
White with #750E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750E43; }
p { color: rgb(117,14,67); }
H1.HeaderClassName
{
color: #750E43;
}
.AnyTagClassName
{
color: #750E43;
}
</style>
background-color css
<style>
a { background-color: #750E43; }
a { background-color: rgb(117,14,67); }
div.DivClassName
{
background-color: #750E43;
}
.BgClassName
{
background-color: #750E43;
}
</style>
border-color css
<style>
span { border-color: #750E43; }
span { border-color: rgb(117,14,67); }
td.TdClassName
{
border-color: #750E43;
}
.TagClassName
{
border-color: #750E43;
}
</style>