Shades of Pompadour #751C53
Tints of Pompadour #751C53
RGB
CMYK
RGB Variations
Color information
#751C53 (or 0x751C53) is known color: Pompadour. HEX triplet: 75, 1C and 53. RGB value is (117,28,83). Sum of RGB (Red+Green+Blue) = 117+28+83=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 28 (11.33% from 255 or 12.28% from 228); Blue value is 83 (32.81% from 255 or 36.40% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #751C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751C53 is #8AE3AC. Grayscale: #3C3C3C. Windows color (decimal): -9102253 or 5446773. OLE color: 5446773.
HSL color Cylindrical-coordinate representation of color #751C53: hue angle of 322.92º 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 #751C53 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 28 | 83 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.54 |
| HSL | 322.92º | 0.61% | 0.28% | - |
| HSV(B) | 322.92º | 0.76% | 0.46% | - |
| XYZ | 9.31 | 5.24 | 8.7 | - |
| YUV | 60.88 | 140.49 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 28 | 83 | 0 | 0.76 | 0.29 | 0.54 | 322.92 | 0.61 | 0.28 |
| Hex | 75 | 1C | 53 | 0 | 4C | 1D | 36 | 143 | 3D | 1C |
| Octal | 165 | 34 | 123 | 0 | 114 | 35 | 66 | 503 | 75 | 34 |
| Binary | 1110101 | 11100 | 1010011 | 0 | 1001100 | 11101 | 110110 | 101000011 | 111101 | 11100 |
Color Harmonies of #751C53
Complementary color
Monochromatic Colors of #751C53
Black with #751C53
Text Example
Text Example
White with #751C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751C53; }
p { color: rgb(117,28,83); }
H1.HeaderClassName
{
color: #751C53;
}
.AnyTagClassName
{
color: #751C53;
}
</style>
background-color css
<style>
a { background-color: #751C53; }
a { background-color: rgb(117,28,83); }
div.DivClassName
{
background-color: #751C53;
}
.BgClassName
{
background-color: #751C53;
}
</style>
border-color css
<style>
span { border-color: #751C53; }
span { border-color: rgb(117,28,83); }
td.TdClassName
{
border-color: #751C53;
}
.TagClassName
{
border-color: #751C53;
}
</style>