Shades of Pompadour #75154C
Tints of Pompadour #75154C
RGB
CMYK
RGB Variations
Color information
#75154C (or 0x75154C) is known color: Pompadour. HEX triplet: 75, 15 and 4C. RGB value is (117,21,76). Sum of RGB (Red+Green+Blue) = 117+21+76=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #75154C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75154C is #8AEAB3. Grayscale: #373737. Windows color (decimal): -9104052 or 4986229. OLE color: 4986229.
HSL color Cylindrical-coordinate representation of color #75154C: hue angle of 325.62º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #75154C is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 21 | 76 | - |
| CMYK | 0 | 0.82 | 0.35 | 0.54 |
| HSL | 325.63º | 0.7% | 0.27% | - |
| HSV(B) | 325.63º | 0.82% | 0.46% | - |
| XYZ | 8.91 | 4.84 | 7.3 | - |
| YUV | 55.97 | 139.3 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 21 | 76 | 0 | 0.82 | 0.35 | 0.54 | 325.63 | 0.7 | 0.27 |
| Hex | 75 | 15 | 4C | 0 | 52 | 23 | 36 | 146 | 46 | 1B |
| Octal | 165 | 25 | 114 | 0 | 122 | 43 | 66 | 506 | 106 | 33 |
| Binary | 1110101 | 10101 | 1001100 | 0 | 1010010 | 100011 | 110110 | 101000110 | 1000110 | 11011 |
Color Harmonies of #75154C
Complementary color
Monochromatic Colors of #75154C
Black with #75154C
Text Example
Text Example
White with #75154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75154C; }
p { color: rgb(117,21,76); }
H1.HeaderClassName
{
color: #75154C;
}
.AnyTagClassName
{
color: #75154C;
}
</style>
background-color css
<style>
a { background-color: #75154C; }
a { background-color: rgb(117,21,76); }
div.DivClassName
{
background-color: #75154C;
}
.BgClassName
{
background-color: #75154C;
}
</style>
border-color css
<style>
span { border-color: #75154C; }
span { border-color: rgb(117,21,76); }
td.TdClassName
{
border-color: #75154C;
}
.TagClassName
{
border-color: #75154C;
}
</style>