Shades of Pompadour #751D4F
Tints of Pompadour #751D4F
RGB
CMYK
RGB Variations
Color information
#751D4F (or 0x751D4F) is known color: Pompadour. HEX triplet: 75, 1D and 4F. RGB value is (117,29,79). Sum of RGB (Red+Green+Blue) = 117+29+79=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 29 (11.72% from 255 or 12.89% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #751D4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751D4F is #8AE2B0. Grayscale: #3C3C3C. Windows color (decimal): -9102001 or 5184885. OLE color: 5184885.
HSL color Cylindrical-coordinate representation of color #751D4F: hue angle of 325.91º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #751D4F is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 29 | 79 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.54 |
| HSL | 325.91º | 0.6% | 0.29% | - |
| HSV(B) | 325.91º | 0.75% | 0.46% | - |
| XYZ | 9.19 | 5.23 | 7.92 | - |
| YUV | 61.01 | 138.15 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 29 | 79 | 0 | 0.75 | 0.32 | 0.54 | 325.91 | 0.6 | 0.29 |
| Hex | 75 | 1D | 4F | 0 | 4B | 20 | 36 | 146 | 3C | 1D |
| Octal | 165 | 35 | 117 | 0 | 113 | 40 | 66 | 506 | 74 | 35 |
| Binary | 1110101 | 11101 | 1001111 | 0 | 1001011 | 100000 | 110110 | 101000110 | 111100 | 11101 |
Color Harmonies of #751D4F
Complementary color
Monochromatic Colors of #751D4F
Black with #751D4F
Text Example
Text Example
White with #751D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751D4F; }
p { color: rgb(117,29,79); }
H1.HeaderClassName
{
color: #751D4F;
}
.AnyTagClassName
{
color: #751D4F;
}
</style>
background-color css
<style>
a { background-color: #751D4F; }
a { background-color: rgb(117,29,79); }
div.DivClassName
{
background-color: #751D4F;
}
.BgClassName
{
background-color: #751D4F;
}
</style>
border-color css
<style>
span { border-color: #751D4F; }
span { border-color: rgb(117,29,79); }
td.TdClassName
{
border-color: #751D4F;
}
.TagClassName
{
border-color: #751D4F;
}
</style>