Shades of Pompadour #751C44
Tints of Pompadour #751C44
RGB
CMYK
RGB Variations
Color information
#751C44 (or 0x751C44) is known color: Pompadour. HEX triplet: 75, 1C and 44. RGB value is (117,28,68). Sum of RGB (Red+Green+Blue) = 117+28+68=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 68 (26.95% from 255 or 31.92% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #751C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751C44 is #8AE3BB. Grayscale: #3B3B3B. Windows color (decimal): -9102268 or 4463733. OLE color: 4463733.
HSL color Cylindrical-coordinate representation of color #751C44: hue angle of 333.03º 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 #751C44 is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 28 | 68 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.54 |
| HSL | 333.03º | 0.61% | 0.28% | - |
| HSV(B) | 333.03º | 0.76% | 0.46% | - |
| XYZ | 8.79 | 5.03 | 5.98 | - |
| YUV | 59.17 | 132.99 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 28 | 68 | 0 | 0.76 | 0.42 | 0.54 | 333.03 | 0.61 | 0.28 |
| Hex | 75 | 1C | 44 | 0 | 4C | 2A | 36 | 14D | 3D | 1C |
| Octal | 165 | 34 | 104 | 0 | 114 | 52 | 66 | 515 | 75 | 34 |
| Binary | 1110101 | 11100 | 1000100 | 0 | 1001100 | 101010 | 110110 | 101001101 | 111101 | 11100 |
Color Harmonies of #751C44
Complementary color
Monochromatic Colors of #751C44
Black with #751C44
Text Example
Text Example
White with #751C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751C44; }
p { color: rgb(117,28,68); }
H1.HeaderClassName
{
color: #751C44;
}
.AnyTagClassName
{
color: #751C44;
}
</style>
background-color css
<style>
a { background-color: #751C44; }
a { background-color: rgb(117,28,68); }
div.DivClassName
{
background-color: #751C44;
}
.BgClassName
{
background-color: #751C44;
}
</style>
border-color css
<style>
span { border-color: #751C44; }
span { border-color: rgb(117,28,68); }
td.TdClassName
{
border-color: #751C44;
}
.TagClassName
{
border-color: #751C44;
}
</style>