Shades of Pompadour #751D53
Tints of Pompadour #751D53
RGB
CMYK
RGB Variations
Color information
#751D53 (or 0x751D53) is known color: Pompadour. HEX triplet: 75, 1D and 53. RGB value is (117,29,83). Sum of RGB (Red+Green+Blue) = 117+29+83=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 29 (11.72% from 255 or 12.66% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #751D53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751D53 is #8AE2AC. Grayscale: #3D3D3D. Windows color (decimal): -9101997 or 5447029. OLE color: 5447029.
HSL color Cylindrical-coordinate representation of color #751D53: hue angle of 323.18º 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 #751D53 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 29 | 83 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.54 |
| HSL | 323.18º | 0.6% | 0.29% | - |
| HSV(B) | 323.18º | 0.75% | 0.46% | - |
| XYZ | 9.34 | 5.29 | 8.71 | - |
| YUV | 61.47 | 140.15 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 29 | 83 | 0 | 0.75 | 0.29 | 0.54 | 323.18 | 0.6 | 0.29 |
| Hex | 75 | 1D | 53 | 0 | 4B | 1D | 36 | 143 | 3C | 1D |
| Octal | 165 | 35 | 123 | 0 | 113 | 35 | 66 | 503 | 74 | 35 |
| Binary | 1110101 | 11101 | 1010011 | 0 | 1001011 | 11101 | 110110 | 101000011 | 111100 | 11101 |
Color Harmonies of #751D53
Complementary color
Monochromatic Colors of #751D53
Black with #751D53
Text Example
Text Example
White with #751D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751D53; }
p { color: rgb(117,29,83); }
H1.HeaderClassName
{
color: #751D53;
}
.AnyTagClassName
{
color: #751D53;
}
</style>
background-color css
<style>
a { background-color: #751D53; }
a { background-color: rgb(117,29,83); }
div.DivClassName
{
background-color: #751D53;
}
.BgClassName
{
background-color: #751D53;
}
</style>
border-color css
<style>
span { border-color: #751D53; }
span { border-color: rgb(117,29,83); }
td.TdClassName
{
border-color: #751D53;
}
.TagClassName
{
border-color: #751D53;
}
</style>