Shades of Pompadour #751D54
Tints of Pompadour #751D54
RGB
CMYK
RGB Variations
Color information
#751D54 (or 0x751D54) is known color: Pompadour. HEX triplet: 75, 1D and 54. RGB value is (117,29,84). Sum of RGB (Red+Green+Blue) = 117+29+84=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 29 (11.72% from 255 or 12.61% from 230); Blue value is 84 (33.20% from 255 or 36.52% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #751D54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751D54 is #8AE2AB. Grayscale: #3D3D3D. Windows color (decimal): -9101996 or 5512565. OLE color: 5512565.
HSL color Cylindrical-coordinate representation of color #751D54: hue angle of 322.5º 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 #751D54 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 29 | 84 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.54 |
| HSL | 322.5º | 0.6% | 0.29% | - |
| HSV(B) | 322.5º | 0.75% | 0.46% | - |
| XYZ | 9.38 | 5.3 | 8.92 | - |
| YUV | 61.58 | 140.65 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 29 | 84 | 0 | 0.75 | 0.28 | 0.54 | 322.5 | 0.6 | 0.29 |
| Hex | 75 | 1D | 54 | 0 | 4B | 1C | 36 | 142 | 3C | 1D |
| Octal | 165 | 35 | 124 | 0 | 113 | 34 | 66 | 502 | 74 | 35 |
| Binary | 1110101 | 11101 | 1010100 | 0 | 1001011 | 11100 | 110110 | 101000010 | 111100 | 11101 |
Color Harmonies of #751D54
Complementary color
Monochromatic Colors of #751D54
Black with #751D54
Text Example
Text Example
White with #751D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751D54; }
p { color: rgb(117,29,84); }
H1.HeaderClassName
{
color: #751D54;
}
.AnyTagClassName
{
color: #751D54;
}
</style>
background-color css
<style>
a { background-color: #751D54; }
a { background-color: rgb(117,29,84); }
div.DivClassName
{
background-color: #751D54;
}
.BgClassName
{
background-color: #751D54;
}
</style>
border-color css
<style>
span { border-color: #751D54; }
span { border-color: rgb(117,29,84); }
td.TdClassName
{
border-color: #751D54;
}
.TagClassName
{
border-color: #751D54;
}
</style>