Shades of Pompadour #751A54
Tints of Pompadour #751A54
RGB
CMYK
RGB Variations
Color information
#751A54 (or 0x751A54) is known color: Pompadour. HEX triplet: 75, 1A and 54. RGB value is (117,26,84). Sum of RGB (Red+Green+Blue) = 117+26+84=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #751A54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751A54 is #8AE5AB. Grayscale: #3B3B3B. Windows color (decimal): -9102764 or 5511797. OLE color: 5511797.
HSL color Cylindrical-coordinate representation of color #751A54: hue angle of 321.76º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #751A54 is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 26 | 84 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.54 |
| HSL | 321.76º | 0.64% | 0.28% | - |
| HSV(B) | 321.76º | 0.78% | 0.46% | - |
| XYZ | 9.31 | 5.16 | 8.89 | - |
| YUV | 59.82 | 141.65 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 26 | 84 | 0 | 0.78 | 0.28 | 0.54 | 321.76 | 0.64 | 0.28 |
| Hex | 75 | 1A | 54 | 0 | 4E | 1C | 36 | 142 | 40 | 1C |
| Octal | 165 | 32 | 124 | 0 | 116 | 34 | 66 | 502 | 100 | 34 |
| Binary | 1110101 | 11010 | 1010100 | 0 | 1001110 | 11100 | 110110 | 101000010 | 1000000 | 11100 |
Color Harmonies of #751A54
Complementary color
Monochromatic Colors of #751A54
Black with #751A54
Text Example
Text Example
White with #751A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751A54; }
p { color: rgb(117,26,84); }
H1.HeaderClassName
{
color: #751A54;
}
.AnyTagClassName
{
color: #751A54;
}
</style>
background-color css
<style>
a { background-color: #751A54; }
a { background-color: rgb(117,26,84); }
div.DivClassName
{
background-color: #751A54;
}
.BgClassName
{
background-color: #751A54;
}
</style>
border-color css
<style>
span { border-color: #751A54; }
span { border-color: rgb(117,26,84); }
td.TdClassName
{
border-color: #751A54;
}
.TagClassName
{
border-color: #751A54;
}
</style>