Shades of Pompadour #75144C
Tints of Pompadour #75144C
RGB
CMYK
RGB Variations
Color information
#75144C (or 0x75144C) is known color: Pompadour. HEX triplet: 75, 14 and 4C. RGB value is (117,20,76). Sum of RGB (Red+Green+Blue) = 117+20+76=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 20 (8.20% from 255 or 9.39% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #75144C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75144C is #8AEBB3. Grayscale: #373737. Windows color (decimal): -9104308 or 4985973. OLE color: 4985973.
HSL color Cylindrical-coordinate representation of color #75144C: hue angle of 325.36º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #75144C is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 20 | 76 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.54 |
| HSL | 325.36º | 0.71% | 0.27% | - |
| HSV(B) | 325.36º | 0.83% | 0.46% | - |
| XYZ | 8.89 | 4.8 | 7.3 | - |
| YUV | 55.39 | 139.64 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 20 | 76 | 0 | 0.83 | 0.35 | 0.54 | 325.36 | 0.71 | 0.27 |
| Hex | 75 | 14 | 4C | 0 | 53 | 23 | 36 | 145 | 47 | 1B |
| Octal | 165 | 24 | 114 | 0 | 123 | 43 | 66 | 505 | 107 | 33 |
| Binary | 1110101 | 10100 | 1001100 | 0 | 1010011 | 100011 | 110110 | 101000101 | 1000111 | 11011 |
Color Harmonies of #75144C
Complementary color
Monochromatic Colors of #75144C
Black with #75144C
Text Example
Text Example
White with #75144C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75144C; }
p { color: rgb(117,20,76); }
H1.HeaderClassName
{
color: #75144C;
}
.AnyTagClassName
{
color: #75144C;
}
</style>
background-color css
<style>
a { background-color: #75144C; }
a { background-color: rgb(117,20,76); }
div.DivClassName
{
background-color: #75144C;
}
.BgClassName
{
background-color: #75144C;
}
</style>
border-color css
<style>
span { border-color: #75144C; }
span { border-color: rgb(117,20,76); }
td.TdClassName
{
border-color: #75144C;
}
.TagClassName
{
border-color: #75144C;
}
</style>