Shades of Pompadour #751A51
Tints of Pompadour #751A51
RGB
CMYK
RGB Variations
Color information
#751A51 (or 0x751A51) is known color: Pompadour. HEX triplet: 75, 1A and 51. RGB value is (117,26,81). Sum of RGB (Red+Green+Blue) = 117+26+81=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 26 (10.55% from 255 or 11.61% from 224); Blue value is 81 (32.03% from 255 or 36.16% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #751A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751A51 is #8AE5AE. Grayscale: #3B3B3B. Windows color (decimal): -9102767 or 5315189. OLE color: 5315189.
HSL color Cylindrical-coordinate representation of color #751A51: hue angle of 323.74º 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 #751A51 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 26 | 81 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.54 |
| HSL | 323.74º | 0.64% | 0.28% | - |
| HSV(B) | 323.74º | 0.78% | 0.46% | - |
| XYZ | 9.19 | 5.11 | 8.29 | - |
| YUV | 59.48 | 140.15 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 26 | 81 | 0 | 0.78 | 0.31 | 0.54 | 323.74 | 0.64 | 0.28 |
| Hex | 75 | 1A | 51 | 0 | 4E | 1F | 36 | 144 | 40 | 1C |
| Octal | 165 | 32 | 121 | 0 | 116 | 37 | 66 | 504 | 100 | 34 |
| Binary | 1110101 | 11010 | 1010001 | 0 | 1001110 | 11111 | 110110 | 101000100 | 1000000 | 11100 |
Color Harmonies of #751A51
Complementary color
Monochromatic Colors of #751A51
Black with #751A51
Text Example
Text Example
White with #751A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751A51; }
p { color: rgb(117,26,81); }
H1.HeaderClassName
{
color: #751A51;
}
.AnyTagClassName
{
color: #751A51;
}
</style>
background-color css
<style>
a { background-color: #751A51; }
a { background-color: rgb(117,26,81); }
div.DivClassName
{
background-color: #751A51;
}
.BgClassName
{
background-color: #751A51;
}
</style>
border-color css
<style>
span { border-color: #751A51; }
span { border-color: rgb(117,26,81); }
td.TdClassName
{
border-color: #751A51;
}
.TagClassName
{
border-color: #751A51;
}
</style>