Shades of Pompadour #740E4F
Tints of Pompadour #740E4F
RGB
CMYK
RGB Variations
Color information
#740E4F (or 0x740E4F) is known color: Pompadour. HEX triplet: 74, 0E and 4F. RGB value is (116,14,79). Sum of RGB (Red+Green+Blue) = 116+14+79=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 14 (5.86% from 255 or 6.70% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #740E4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740E4F is #8BF1B0. Grayscale: #333333. Windows color (decimal): -9171377 or 5181044. OLE color: 5181044.
HSL color Cylindrical-coordinate representation of color #740E4F: hue angle of 321.76º 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 #740E4F is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 14 | 79 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.55 |
| HSL | 321.76º | 0.78% | 0.25% | - |
| HSV(B) | 321.76º | 0.88% | 0.45% | - |
| XYZ | 8.77 | 4.59 | 7.82 | - |
| YUV | 51.91 | 143.29 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 14 | 79 | 0 | 0.88 | 0.32 | 0.55 | 321.76 | 0.78 | 0.25 |
| Hex | 74 | E | 4F | 0 | 58 | 20 | 37 | 142 | 4E | 19 |
| Octal | 164 | 16 | 117 | 0 | 130 | 40 | 67 | 502 | 116 | 31 |
| Binary | 1110100 | 1110 | 1001111 | 0 | 1011000 | 100000 | 110111 | 101000010 | 1001110 | 11001 |
Color Harmonies of #740E4F
Complementary color
Monochromatic Colors of #740E4F
Black with #740E4F
Text Example
Text Example
White with #740E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740E4F; }
p { color: rgb(116,14,79); }
H1.HeaderClassName
{
color: #740E4F;
}
.AnyTagClassName
{
color: #740E4F;
}
</style>
background-color css
<style>
a { background-color: #740E4F; }
a { background-color: rgb(116,14,79); }
div.DivClassName
{
background-color: #740E4F;
}
.BgClassName
{
background-color: #740E4F;
}
</style>
border-color css
<style>
span { border-color: #740E4F; }
span { border-color: rgb(116,14,79); }
td.TdClassName
{
border-color: #740E4F;
}
.TagClassName
{
border-color: #740E4F;
}
</style>