Shades of Pompadour #75154D
Tints of Pompadour #75154D
RGB
CMYK
RGB Variations
Color information
#75154D (or 0x75154D) is known color: Pompadour. HEX triplet: 75, 15 and 4D. RGB value is (117,21,77). Sum of RGB (Red+Green+Blue) = 117+21+77=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #75154D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75154D is #8AEAB2. Grayscale: #373737. Windows color (decimal): -9104051 or 5051765. OLE color: 5051765.
HSL color Cylindrical-coordinate representation of color #75154D: hue angle of 325º 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 #75154D is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 21 | 77 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.54 |
| HSL | 325º | 0.7% | 0.27% | - |
| HSV(B) | 325º | 0.82% | 0.46% | - |
| XYZ | 8.94 | 4.85 | 7.49 | - |
| YUV | 56.09 | 139.8 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 21 | 77 | 0 | 0.82 | 0.34 | 0.54 | 325 | 0.7 | 0.27 |
| Hex | 75 | 15 | 4D | 0 | 52 | 22 | 36 | 145 | 46 | 1B |
| Octal | 165 | 25 | 115 | 0 | 122 | 42 | 66 | 505 | 106 | 33 |
| Binary | 1110101 | 10101 | 1001101 | 0 | 1010010 | 100010 | 110110 | 101000101 | 1000110 | 11011 |
Color Harmonies of #75154D
Complementary color
Monochromatic Colors of #75154D
Black with #75154D
Text Example
Text Example
White with #75154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75154D; }
p { color: rgb(117,21,77); }
H1.HeaderClassName
{
color: #75154D;
}
.AnyTagClassName
{
color: #75154D;
}
</style>
background-color css
<style>
a { background-color: #75154D; }
a { background-color: rgb(117,21,77); }
div.DivClassName
{
background-color: #75154D;
}
.BgClassName
{
background-color: #75154D;
}
</style>
border-color css
<style>
span { border-color: #75154D; }
span { border-color: rgb(117,21,77); }
td.TdClassName
{
border-color: #75154D;
}
.TagClassName
{
border-color: #75154D;
}
</style>