Shades of Pompadour #751C55
Tints of Pompadour #751C55
RGB
CMYK
RGB Variations
Color information
#751C55 (or 0x751C55) is known color: Pompadour. HEX triplet: 75, 1C and 55. RGB value is (117,28,85). Sum of RGB (Red+Green+Blue) = 117+28+85=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 28 (11.33% from 255 or 12.17% from 230); Blue value is 85 (33.59% from 255 or 36.96% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #751C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751C55 is #8AE3AA. Grayscale: #3C3C3C. Windows color (decimal): -9102251 or 5577845. OLE color: 5577845.
HSL color Cylindrical-coordinate representation of color #751C55: hue angle of 321.57º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #751C55 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 28 | 85 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.54 |
| HSL | 321.57º | 0.61% | 0.28% | - |
| HSV(B) | 321.57º | 0.76% | 0.46% | - |
| XYZ | 9.39 | 5.27 | 9.12 | - |
| YUV | 61.11 | 141.49 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 28 | 85 | 0 | 0.76 | 0.27 | 0.54 | 321.57 | 0.61 | 0.28 |
| Hex | 75 | 1C | 55 | 0 | 4C | 1B | 36 | 142 | 3D | 1C |
| Octal | 165 | 34 | 125 | 0 | 114 | 33 | 66 | 502 | 75 | 34 |
| Binary | 1110101 | 11100 | 1010101 | 0 | 1001100 | 11011 | 110110 | 101000010 | 111101 | 11100 |
Color Harmonies of #751C55
Complementary color
Monochromatic Colors of #751C55
Black with #751C55
Text Example
Text Example
White with #751C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751C55; }
p { color: rgb(117,28,85); }
H1.HeaderClassName
{
color: #751C55;
}
.AnyTagClassName
{
color: #751C55;
}
</style>
background-color css
<style>
a { background-color: #751C55; }
a { background-color: rgb(117,28,85); }
div.DivClassName
{
background-color: #751C55;
}
.BgClassName
{
background-color: #751C55;
}
</style>
border-color css
<style>
span { border-color: #751C55; }
span { border-color: rgb(117,28,85); }
td.TdClassName
{
border-color: #751C55;
}
.TagClassName
{
border-color: #751C55;
}
</style>