Shades of Pompadour #75184C
Tints of Pompadour #75184C
RGB
CMYK
RGB Variations
Color information
#75184C (or 0x75184C) is known color: Pompadour. HEX triplet: 75, 18 and 4C. RGB value is (117,24,76). Sum of RGB (Red+Green+Blue) = 117+24+76=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #75184C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75184C is #8AE7B3. Grayscale: #393939. Windows color (decimal): -9103284 or 4986997. OLE color: 4986997.
HSL color Cylindrical-coordinate representation of color #75184C: hue angle of 326.45º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #75184C is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 24 | 76 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.54 |
| HSL | 326.45º | 0.66% | 0.28% | - |
| HSV(B) | 326.45º | 0.79% | 0.46% | - |
| XYZ | 8.97 | 4.96 | 7.32 | - |
| YUV | 57.74 | 138.31 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 24 | 76 | 0 | 0.79 | 0.35 | 0.54 | 326.45 | 0.66 | 0.28 |
| Hex | 75 | 18 | 4C | 0 | 4F | 23 | 36 | 146 | 42 | 1C |
| Octal | 165 | 30 | 114 | 0 | 117 | 43 | 66 | 506 | 102 | 34 |
| Binary | 1110101 | 11000 | 1001100 | 0 | 1001111 | 100011 | 110110 | 101000110 | 1000010 | 11100 |
Color Harmonies of #75184C
Complementary color
Monochromatic Colors of #75184C
Black with #75184C
Text Example
Text Example
White with #75184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75184C; }
p { color: rgb(117,24,76); }
H1.HeaderClassName
{
color: #75184C;
}
.AnyTagClassName
{
color: #75184C;
}
</style>
background-color css
<style>
a { background-color: #75184C; }
a { background-color: rgb(117,24,76); }
div.DivClassName
{
background-color: #75184C;
}
.BgClassName
{
background-color: #75184C;
}
</style>
border-color css
<style>
span { border-color: #75184C; }
span { border-color: rgb(117,24,76); }
td.TdClassName
{
border-color: #75184C;
}
.TagClassName
{
border-color: #75184C;
}
</style>