Shades of Pompadour #751B4E
Tints of Pompadour #751B4E
RGB
CMYK
RGB Variations
Color information
#751B4E (or 0x751B4E) is known color: Pompadour. HEX triplet: 75, 1B and 4E. RGB value is (117,27,78). Sum of RGB (Red+Green+Blue) = 117+27+78=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 27 (10.94% from 255 or 12.16% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #751B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751B4E is #8AE4B1. Grayscale: #3B3B3B. Windows color (decimal): -9102514 or 5118837. OLE color: 5118837.
HSL color Cylindrical-coordinate representation of color #751B4E: hue angle of 326º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #751B4E is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 27 | 78 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.54 |
| HSL | 326º | 0.63% | 0.28% | - |
| HSV(B) | 326º | 0.77% | 0.46% | - |
| XYZ | 9.1 | 5.12 | 7.72 | - |
| YUV | 59.72 | 138.32 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 27 | 78 | 0 | 0.77 | 0.33 | 0.54 | 326 | 0.63 | 0.28 |
| Hex | 75 | 1B | 4E | 0 | 4D | 21 | 36 | 146 | 3E | 1C |
| Octal | 165 | 33 | 116 | 0 | 115 | 41 | 66 | 506 | 76 | 34 |
| Binary | 1110101 | 11011 | 1001110 | 0 | 1001101 | 100001 | 110110 | 101000110 | 111110 | 11100 |
Color Harmonies of #751B4E
Complementary color
Monochromatic Colors of #751B4E
Black with #751B4E
Text Example
Text Example
White with #751B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751B4E; }
p { color: rgb(117,27,78); }
H1.HeaderClassName
{
color: #751B4E;
}
.AnyTagClassName
{
color: #751B4E;
}
</style>
background-color css
<style>
a { background-color: #751B4E; }
a { background-color: rgb(117,27,78); }
div.DivClassName
{
background-color: #751B4E;
}
.BgClassName
{
background-color: #751B4E;
}
</style>
border-color css
<style>
span { border-color: #751B4E; }
span { border-color: rgb(117,27,78); }
td.TdClassName
{
border-color: #751B4E;
}
.TagClassName
{
border-color: #751B4E;
}
</style>