Shades of Pompadour #750D56
Tints of Pompadour #750D56
RGB
CMYK
RGB Variations
Color information
#750D56 (or 0x750D56) is known color: Pompadour. HEX triplet: 75, 0D and 56. RGB value is (117,13,86). Sum of RGB (Red+Green+Blue) = 117+13+86=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 13 (5.47% from 255 or 6.02% from 216); Blue value is 86 (33.98% from 255 or 39.81% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #750D56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750D56 is #8AF2A9. Grayscale: #343434. Windows color (decimal): -9106090 or 5639541. OLE color: 5639541.
HSL color Cylindrical-coordinate representation of color #750D56: hue angle of 317.88º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #750D56 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 13 | 86 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.54 |
| HSL | 317.88º | 0.8% | 0.25% | - |
| HSV(B) | 317.88º | 0.89% | 0.46% | - |
| XYZ | 9.16 | 4.74 | 9.24 | - |
| YUV | 52.42 | 146.96 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 13 | 86 | 0 | 0.89 | 0.26 | 0.54 | 317.88 | 0.8 | 0.25 |
| Hex | 75 | D | 56 | 0 | 59 | 1A | 36 | 13E | 50 | 19 |
| Octal | 165 | 15 | 126 | 0 | 131 | 32 | 66 | 476 | 120 | 31 |
| Binary | 1110101 | 1101 | 1010110 | 0 | 1011001 | 11010 | 110110 | 100111110 | 1010000 | 11001 |
Color Harmonies of #750D56
Complementary color
Monochromatic Colors of #750D56
Black with #750D56
Text Example
Text Example
White with #750D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750D56; }
p { color: rgb(117,13,86); }
H1.HeaderClassName
{
color: #750D56;
}
.AnyTagClassName
{
color: #750D56;
}
</style>
background-color css
<style>
a { background-color: #750D56; }
a { background-color: rgb(117,13,86); }
div.DivClassName
{
background-color: #750D56;
}
.BgClassName
{
background-color: #750D56;
}
</style>
border-color css
<style>
span { border-color: #750D56; }
span { border-color: rgb(117,13,86); }
td.TdClassName
{
border-color: #750D56;
}
.TagClassName
{
border-color: #750D56;
}
</style>