Shades of Pompadour #750F45
Tints of Pompadour #750F45
RGB
CMYK
RGB Variations
Color information
#750F45 (or 0x750F45) is known color: Pompadour. HEX triplet: 75, 0F and 45. RGB value is (117,15,69). Sum of RGB (Red+Green+Blue) = 117+15+69=201 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.21% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 69 (27.34% from 255 or 34.33% from 201); Max value from RGB is 117 - color contains mainly: red. Hex color #750F45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750F45 is #8AF0BA. Grayscale: #333333. Windows color (decimal): -9105595 or 4525941. OLE color: 4525941.
HSL color Cylindrical-coordinate representation of color #750F45: hue angle of 328.24º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #750F45 is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 15 | 69 | - |
| CMYK | 0 | 0.87 | 0.41 | 0.54 |
| HSL | 328.24º | 0.77% | 0.26% | - |
| HSV(B) | 328.24º | 0.87% | 0.46% | - |
| XYZ | 8.58 | 4.55 | 6.06 | - |
| YUV | 51.65 | 137.79 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 15 | 69 | 0 | 0.87 | 0.41 | 0.54 | 328.24 | 0.77 | 0.26 |
| Hex | 75 | F | 45 | 0 | 57 | 29 | 36 | 148 | 4D | 1A |
| Octal | 165 | 17 | 105 | 0 | 127 | 51 | 66 | 510 | 115 | 32 |
| Binary | 1110101 | 1111 | 1000101 | 0 | 1010111 | 101001 | 110110 | 101001000 | 1001101 | 11010 |
Color Harmonies of #750F45
Complementary color
Monochromatic Colors of #750F45
Black with #750F45
Text Example
Text Example
White with #750F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750F45; }
p { color: rgb(117,15,69); }
H1.HeaderClassName
{
color: #750F45;
}
.AnyTagClassName
{
color: #750F45;
}
</style>
background-color css
<style>
a { background-color: #750F45; }
a { background-color: rgb(117,15,69); }
div.DivClassName
{
background-color: #750F45;
}
.BgClassName
{
background-color: #750F45;
}
</style>
border-color css
<style>
span { border-color: #750F45; }
span { border-color: rgb(117,15,69); }
td.TdClassName
{
border-color: #750F45;
}
.TagClassName
{
border-color: #750F45;
}
</style>