Shades of Pompadour #751C4D
Tints of Pompadour #751C4D
RGB
CMYK
RGB Variations
Color information
#751C4D (or 0x751C4D) is known color: Pompadour. HEX triplet: 75, 1C and 4D. RGB value is (117,28,77). Sum of RGB (Red+Green+Blue) = 117+28+77=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 28 (11.33% from 255 or 12.61% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #751C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751C4D is #8AE3B2. Grayscale: #3C3C3C. Windows color (decimal): -9102259 or 5053557. OLE color: 5053557.
HSL color Cylindrical-coordinate representation of color #751C4D: hue angle of 326.97º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #751C4D is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 28 | 77 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.54 |
| HSL | 326.97º | 0.61% | 0.28% | - |
| HSV(B) | 326.97º | 0.76% | 0.46% | - |
| XYZ | 9.09 | 5.15 | 7.54 | - |
| YUV | 60.2 | 137.49 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 28 | 77 | 0 | 0.76 | 0.34 | 0.54 | 326.97 | 0.61 | 0.28 |
| Hex | 75 | 1C | 4D | 0 | 4C | 22 | 36 | 147 | 3D | 1C |
| Octal | 165 | 34 | 115 | 0 | 114 | 42 | 66 | 507 | 75 | 34 |
| Binary | 1110101 | 11100 | 1001101 | 0 | 1001100 | 100010 | 110110 | 101000111 | 111101 | 11100 |
Color Harmonies of #751C4D
Complementary color
Monochromatic Colors of #751C4D
Black with #751C4D
Text Example
Text Example
White with #751C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751C4D; }
p { color: rgb(117,28,77); }
H1.HeaderClassName
{
color: #751C4D;
}
.AnyTagClassName
{
color: #751C4D;
}
</style>
background-color css
<style>
a { background-color: #751C4D; }
a { background-color: rgb(117,28,77); }
div.DivClassName
{
background-color: #751C4D;
}
.BgClassName
{
background-color: #751C4D;
}
</style>
border-color css
<style>
span { border-color: #751C4D; }
span { border-color: rgb(117,28,77); }
td.TdClassName
{
border-color: #751C4D;
}
.TagClassName
{
border-color: #751C4D;
}
</style>