Shades of Pompadour #751D51
Tints of Pompadour #751D51
RGB
CMYK
RGB Variations
Color information
#751D51 (or 0x751D51) is known color: Pompadour. HEX triplet: 75, 1D and 51. RGB value is (117,29,81). Sum of RGB (Red+Green+Blue) = 117+29+81=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 29 (11.72% from 255 or 12.78% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #751D51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751D51 is #8AE2AE. Grayscale: #3D3D3D. Windows color (decimal): -9101999 or 5315957. OLE color: 5315957.
HSL color Cylindrical-coordinate representation of color #751D51: hue angle of 324.55º 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 #751D51 is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 29 | 81 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.54 |
| HSL | 324.55º | 0.6% | 0.29% | - |
| HSV(B) | 324.55º | 0.75% | 0.46% | - |
| XYZ | 9.26 | 5.25 | 8.31 | - |
| YUV | 61.24 | 139.15 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 29 | 81 | 0 | 0.75 | 0.31 | 0.54 | 324.55 | 0.6 | 0.29 |
| Hex | 75 | 1D | 51 | 0 | 4B | 1F | 36 | 145 | 3C | 1D |
| Octal | 165 | 35 | 121 | 0 | 113 | 37 | 66 | 505 | 74 | 35 |
| Binary | 1110101 | 11101 | 1010001 | 0 | 1001011 | 11111 | 110110 | 101000101 | 111100 | 11101 |
Color Harmonies of #751D51
Complementary color
Monochromatic Colors of #751D51
Black with #751D51
Text Example
Text Example
White with #751D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751D51; }
p { color: rgb(117,29,81); }
H1.HeaderClassName
{
color: #751D51;
}
.AnyTagClassName
{
color: #751D51;
}
</style>
background-color css
<style>
a { background-color: #751D51; }
a { background-color: rgb(117,29,81); }
div.DivClassName
{
background-color: #751D51;
}
.BgClassName
{
background-color: #751D51;
}
</style>
border-color css
<style>
span { border-color: #751D51; }
span { border-color: rgb(117,29,81); }
td.TdClassName
{
border-color: #751D51;
}
.TagClassName
{
border-color: #751D51;
}
</style>