Shades of Pompadour #751953
Tints of Pompadour #751953
RGB
CMYK
RGB Variations
Color information
#751953 (or 0x751953) is known color: Pompadour. HEX triplet: 75, 19 and 53. RGB value is (117,25,83). Sum of RGB (Red+Green+Blue) = 117+25+83=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #751953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751953 is #8AE6AC. Grayscale: #3A3A3A. Windows color (decimal): -9103021 or 5446005. OLE color: 5446005.
HSL color Cylindrical-coordinate representation of color #751953: hue angle of 322.17º 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 #751953 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 25 | 83 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.54 |
| HSL | 322.17º | 0.65% | 0.28% | - |
| HSV(B) | 322.17º | 0.79% | 0.46% | - |
| XYZ | 9.25 | 5.1 | 8.68 | - |
| YUV | 59.12 | 141.48 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 25 | 83 | 0 | 0.79 | 0.29 | 0.54 | 322.17 | 0.65 | 0.28 |
| Hex | 75 | 19 | 53 | 0 | 4F | 1D | 36 | 142 | 41 | 1C |
| Octal | 165 | 31 | 123 | 0 | 117 | 35 | 66 | 502 | 101 | 34 |
| Binary | 1110101 | 11001 | 1010011 | 0 | 1001111 | 11101 | 110110 | 101000010 | 1000001 | 11100 |
Color Harmonies of #751953
Complementary color
Monochromatic Colors of #751953
Black with #751953
Text Example
Text Example
White with #751953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751953; }
p { color: rgb(117,25,83); }
H1.HeaderClassName
{
color: #751953;
}
.AnyTagClassName
{
color: #751953;
}
</style>
background-color css
<style>
a { background-color: #751953; }
a { background-color: rgb(117,25,83); }
div.DivClassName
{
background-color: #751953;
}
.BgClassName
{
background-color: #751953;
}
</style>
border-color css
<style>
span { border-color: #751953; }
span { border-color: rgb(117,25,83); }
td.TdClassName
{
border-color: #751953;
}
.TagClassName
{
border-color: #751953;
}
</style>