Shades of Pompadour #740E55
Tints of Pompadour #740E55
RGB
CMYK
RGB Variations
Color information
#740E55 (or 0x740E55) is known color: Pompadour. HEX triplet: 74, 0E and 55. RGB value is (116,14,85). Sum of RGB (Red+Green+Blue) = 116+14+85=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 14 (5.86% from 255 or 6.51% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #740E55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740E55 is #8BF1AA. Grayscale: #343434. Windows color (decimal): -9171371 or 5574260. OLE color: 5574260.
HSL color Cylindrical-coordinate representation of color #740E55: hue angle of 318.24º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #740E55 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 14 | 85 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.55 |
| HSL | 318.24º | 0.78% | 0.25% | - |
| HSV(B) | 318.24º | 0.88% | 0.45% | - |
| XYZ | 9 | 4.68 | 9.02 | - |
| YUV | 52.59 | 146.29 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 14 | 85 | 0 | 0.88 | 0.27 | 0.55 | 318.24 | 0.78 | 0.25 |
| Hex | 74 | E | 55 | 0 | 58 | 1B | 37 | 13E | 4E | 19 |
| Octal | 164 | 16 | 125 | 0 | 130 | 33 | 67 | 476 | 116 | 31 |
| Binary | 1110100 | 1110 | 1010101 | 0 | 1011000 | 11011 | 110111 | 100111110 | 1001110 | 11001 |
Color Harmonies of #740E55
Complementary color
Monochromatic Colors of #740E55
Black with #740E55
Text Example
Text Example
White with #740E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740E55; }
p { color: rgb(116,14,85); }
H1.HeaderClassName
{
color: #740E55;
}
.AnyTagClassName
{
color: #740E55;
}
</style>
background-color css
<style>
a { background-color: #740E55; }
a { background-color: rgb(116,14,85); }
div.DivClassName
{
background-color: #740E55;
}
.BgClassName
{
background-color: #740E55;
}
</style>
border-color css
<style>
span { border-color: #740E55; }
span { border-color: rgb(116,14,85); }
td.TdClassName
{
border-color: #740E55;
}
.TagClassName
{
border-color: #740E55;
}
</style>