Shades of Pompadour #751A53
Tints of Pompadour #751A53
RGB
CMYK
RGB Variations
Color information
#751A53 (or 0x751A53) is known color: Pompadour. HEX triplet: 75, 1A and 53. RGB value is (117,26,83). Sum of RGB (Red+Green+Blue) = 117+26+83=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 26 (10.55% from 255 or 11.50% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #751A53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751A53 is #8AE5AC. Grayscale: #3B3B3B. Windows color (decimal): -9102765 or 5446261. OLE color: 5446261.
HSL color Cylindrical-coordinate representation of color #751A53: hue angle of 322.42º 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 #751A53 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 26 | 83 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.54 |
| HSL | 322.42º | 0.64% | 0.28% | - |
| HSV(B) | 322.42º | 0.78% | 0.46% | - |
| XYZ | 9.27 | 5.15 | 8.69 | - |
| YUV | 59.71 | 141.15 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 26 | 83 | 0 | 0.78 | 0.29 | 0.54 | 322.42 | 0.64 | 0.28 |
| Hex | 75 | 1A | 53 | 0 | 4E | 1D | 36 | 142 | 40 | 1C |
| Octal | 165 | 32 | 123 | 0 | 116 | 35 | 66 | 502 | 100 | 34 |
| Binary | 1110101 | 11010 | 1010011 | 0 | 1001110 | 11101 | 110110 | 101000010 | 1000000 | 11100 |
Color Harmonies of #751A53
Complementary color
Monochromatic Colors of #751A53
Black with #751A53
Text Example
Text Example
White with #751A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751A53; }
p { color: rgb(117,26,83); }
H1.HeaderClassName
{
color: #751A53;
}
.AnyTagClassName
{
color: #751A53;
}
</style>
background-color css
<style>
a { background-color: #751A53; }
a { background-color: rgb(117,26,83); }
div.DivClassName
{
background-color: #751A53;
}
.BgClassName
{
background-color: #751A53;
}
</style>
border-color css
<style>
span { border-color: #751A53; }
span { border-color: rgb(117,26,83); }
td.TdClassName
{
border-color: #751A53;
}
.TagClassName
{
border-color: #751A53;
}
</style>