Shades of Pompadour #75164E
Tints of Pompadour #75164E
RGB
CMYK
RGB Variations
Color information
#75164E (or 0x75164E) is known color: Pompadour. HEX triplet: 75, 16 and 4E. RGB value is (117,22,78). Sum of RGB (Red+Green+Blue) = 117+22+78=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #75164E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75164E is #8AE9B1. Grayscale: #383838. Windows color (decimal): -9103794 or 5117557. OLE color: 5117557.
HSL color Cylindrical-coordinate representation of color #75164E: hue angle of 324.63º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #75164E is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 22 | 78 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.54 |
| HSL | 324.63º | 0.68% | 0.27% | - |
| HSV(B) | 324.63º | 0.81% | 0.46% | - |
| XYZ | 9 | 4.91 | 7.68 | - |
| YUV | 56.79 | 139.97 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 22 | 78 | 0 | 0.81 | 0.33 | 0.54 | 324.63 | 0.68 | 0.27 |
| Hex | 75 | 16 | 4E | 0 | 51 | 21 | 36 | 145 | 44 | 1B |
| Octal | 165 | 26 | 116 | 0 | 121 | 41 | 66 | 505 | 104 | 33 |
| Binary | 1110101 | 10110 | 1001110 | 0 | 1010001 | 100001 | 110110 | 101000101 | 1000100 | 11011 |
Color Harmonies of #75164E
Complementary color
Monochromatic Colors of #75164E
Black with #75164E
Text Example
Text Example
White with #75164E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75164E; }
p { color: rgb(117,22,78); }
H1.HeaderClassName
{
color: #75164E;
}
.AnyTagClassName
{
color: #75164E;
}
</style>
background-color css
<style>
a { background-color: #75164E; }
a { background-color: rgb(117,22,78); }
div.DivClassName
{
background-color: #75164E;
}
.BgClassName
{
background-color: #75164E;
}
</style>
border-color css
<style>
span { border-color: #75164E; }
span { border-color: rgb(117,22,78); }
td.TdClassName
{
border-color: #75164E;
}
.TagClassName
{
border-color: #75164E;
}
</style>