Shades of Pompadour #75184A
Tints of Pompadour #75184A
RGB
CMYK
RGB Variations
Color information
#75184A (or 0x75184A) is known color: Pompadour. HEX triplet: 75, 18 and 4A. RGB value is (117,24,74). Sum of RGB (Red+Green+Blue) = 117+24+74=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #75184A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75184A is #8AE7B5. Grayscale: #393939. Windows color (decimal): -9103286 or 4855925. OLE color: 4855925.
HSL color Cylindrical-coordinate representation of color #75184A: hue angle of 327.74º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #75184A is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 24 | 74 | - |
| CMYK | 0 | 0.79 | 0.37 | 0.54 |
| HSL | 327.74º | 0.66% | 0.28% | - |
| HSV(B) | 327.74º | 0.79% | 0.46% | - |
| XYZ | 8.9 | 4.93 | 6.96 | - |
| YUV | 57.51 | 137.31 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 24 | 74 | 0 | 0.79 | 0.37 | 0.54 | 327.74 | 0.66 | 0.28 |
| Hex | 75 | 18 | 4A | 0 | 4F | 25 | 36 | 148 | 42 | 1C |
| Octal | 165 | 30 | 112 | 0 | 117 | 45 | 66 | 510 | 102 | 34 |
| Binary | 1110101 | 11000 | 1001010 | 0 | 1001111 | 100101 | 110110 | 101001000 | 1000010 | 11100 |
Color Harmonies of #75184A
Complementary color
Monochromatic Colors of #75184A
Black with #75184A
Text Example
Text Example
White with #75184A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75184A; }
p { color: rgb(117,24,74); }
H1.HeaderClassName
{
color: #75184A;
}
.AnyTagClassName
{
color: #75184A;
}
</style>
background-color css
<style>
a { background-color: #75184A; }
a { background-color: rgb(117,24,74); }
div.DivClassName
{
background-color: #75184A;
}
.BgClassName
{
background-color: #75184A;
}
</style>
border-color css
<style>
span { border-color: #75184A; }
span { border-color: rgb(117,24,74); }
td.TdClassName
{
border-color: #75184A;
}
.TagClassName
{
border-color: #75184A;
}
</style>