Shades of Pompadour #751D40
Tints of Pompadour #751D40
RGB
CMYK
RGB Variations
Color information
#751D40 (or 0x751D40) is known color: Pompadour. HEX triplet: 75, 1D and 40. RGB value is (117,29,64). Sum of RGB (Red+Green+Blue) = 117+29+64=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 29 (11.72% from 255 or 13.81% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #751D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751D40 is #8AE2BF. Grayscale: #3B3B3B. Windows color (decimal): -9102016 or 4201845. OLE color: 4201845.
HSL color Cylindrical-coordinate representation of color #751D40: hue angle of 336.14º 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 #751D40 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 29 | 64 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.54 |
| HSL | 336.14º | 0.6% | 0.29% | - |
| HSV(B) | 336.14º | 0.75% | 0.46% | - |
| XYZ | 8.7 | 5.03 | 5.36 | - |
| YUV | 59.3 | 130.65 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 29 | 64 | 0 | 0.75 | 0.45 | 0.54 | 336.14 | 0.6 | 0.29 |
| Hex | 75 | 1D | 40 | 0 | 4B | 2D | 36 | 150 | 3C | 1D |
| Octal | 165 | 35 | 100 | 0 | 113 | 55 | 66 | 520 | 74 | 35 |
| Binary | 1110101 | 11101 | 1000000 | 0 | 1001011 | 101101 | 110110 | 101010000 | 111100 | 11101 |
Color Harmonies of #751D40
Complementary color
Monochromatic Colors of #751D40
Black with #751D40
Text Example
Text Example
White with #751D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751D40; }
p { color: rgb(117,29,64); }
H1.HeaderClassName
{
color: #751D40;
}
.AnyTagClassName
{
color: #751D40;
}
</style>
background-color css
<style>
a { background-color: #751D40; }
a { background-color: rgb(117,29,64); }
div.DivClassName
{
background-color: #751D40;
}
.BgClassName
{
background-color: #751D40;
}
</style>
border-color css
<style>
span { border-color: #751D40; }
span { border-color: rgb(117,29,64); }
td.TdClassName
{
border-color: #751D40;
}
.TagClassName
{
border-color: #751D40;
}
</style>