Shades of Pompadour #75114C
Tints of Pompadour #75114C
RGB
CMYK
RGB Variations
Color information
#75114C (or 0x75114C) is known color: Pompadour. HEX triplet: 75, 11 and 4C. RGB value is (117,17,76). Sum of RGB (Red+Green+Blue) = 117+17+76=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #75114C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75114C is #8AEEB3. Grayscale: #353535. Windows color (decimal): -9105076 or 4985205. OLE color: 4985205.
HSL color Cylindrical-coordinate representation of color #75114C: hue angle of 324.6º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75114C is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 17 | 76 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.54 |
| HSL | 324.6º | 0.75% | 0.26% | - |
| HSV(B) | 324.6º | 0.85% | 0.46% | - |
| XYZ | 8.84 | 4.7 | 7.28 | - |
| YUV | 53.63 | 140.63 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 17 | 76 | 0 | 0.85 | 0.35 | 0.54 | 324.6 | 0.75 | 0.26 |
| Hex | 75 | 11 | 4C | 0 | 55 | 23 | 36 | 145 | 4B | 1A |
| Octal | 165 | 21 | 114 | 0 | 125 | 43 | 66 | 505 | 113 | 32 |
| Binary | 1110101 | 10001 | 1001100 | 0 | 1010101 | 100011 | 110110 | 101000101 | 1001011 | 11010 |
Color Harmonies of #75114C
Complementary color
Monochromatic Colors of #75114C
Black with #75114C
Text Example
Text Example
White with #75114C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75114C; }
p { color: rgb(117,17,76); }
H1.HeaderClassName
{
color: #75114C;
}
.AnyTagClassName
{
color: #75114C;
}
</style>
background-color css
<style>
a { background-color: #75114C; }
a { background-color: rgb(117,17,76); }
div.DivClassName
{
background-color: #75114C;
}
.BgClassName
{
background-color: #75114C;
}
</style>
border-color css
<style>
span { border-color: #75114C; }
span { border-color: rgb(117,17,76); }
td.TdClassName
{
border-color: #75114C;
}
.TagClassName
{
border-color: #75114C;
}
</style>