Shades of Pompadour #75194D
Tints of Pompadour #75194D
RGB
CMYK
RGB Variations
Color information
#75194D (or 0x75194D) is known color: Pompadour. HEX triplet: 75, 19 and 4D. RGB value is (117,25,77). Sum of RGB (Red+Green+Blue) = 117+25+77=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #75194D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75194D is #8AE6B2. Grayscale: #3A3A3A. Windows color (decimal): -9103027 or 5052789. OLE color: 5052789.
HSL color Cylindrical-coordinate representation of color #75194D: hue angle of 326.09º degrees, saturation: 0.65, 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 #75194D is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 25 | 77 | - |
| CMYK | 0 | 0.79 | 0.34 | 0.54 |
| HSL | 326.09º | 0.65% | 0.28% | - |
| HSV(B) | 326.09º | 0.79% | 0.46% | - |
| XYZ | 9.02 | 5.01 | 7.51 | - |
| YUV | 58.44 | 138.48 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 25 | 77 | 0 | 0.79 | 0.34 | 0.54 | 326.09 | 0.65 | 0.28 |
| Hex | 75 | 19 | 4D | 0 | 4F | 22 | 36 | 146 | 41 | 1C |
| Octal | 165 | 31 | 115 | 0 | 117 | 42 | 66 | 506 | 101 | 34 |
| Binary | 1110101 | 11001 | 1001101 | 0 | 1001111 | 100010 | 110110 | 101000110 | 1000001 | 11100 |
Color Harmonies of #75194D
Complementary color
Monochromatic Colors of #75194D
Black with #75194D
Text Example
Text Example
White with #75194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75194D; }
p { color: rgb(117,25,77); }
H1.HeaderClassName
{
color: #75194D;
}
.AnyTagClassName
{
color: #75194D;
}
</style>
background-color css
<style>
a { background-color: #75194D; }
a { background-color: rgb(117,25,77); }
div.DivClassName
{
background-color: #75194D;
}
.BgClassName
{
background-color: #75194D;
}
</style>
border-color css
<style>
span { border-color: #75194D; }
span { border-color: rgb(117,25,77); }
td.TdClassName
{
border-color: #75194D;
}
.TagClassName
{
border-color: #75194D;
}
</style>