Shades of Pompadour #74114F
Tints of Pompadour #74114F
RGB
CMYK
RGB Variations
Color information
#74114F (or 0x74114F) is known color: Pompadour. HEX triplet: 74, 11 and 4F. RGB value is (116,17,79). Sum of RGB (Red+Green+Blue) = 116+17+79=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #74114F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74114F is #8BEEB0. Grayscale: #353535. Windows color (decimal): -9170609 or 5181812. OLE color: 5181812.
HSL color Cylindrical-coordinate representation of color #74114F: hue angle of 322.42º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #74114F is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 17 | 79 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.55 |
| HSL | 322.42º | 0.74% | 0.26% | - |
| HSV(B) | 322.42º | 0.85% | 0.45% | - |
| XYZ | 8.81 | 4.68 | 7.84 | - |
| YUV | 53.67 | 142.3 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 17 | 79 | 0 | 0.85 | 0.32 | 0.55 | 322.42 | 0.74 | 0.26 |
| Hex | 74 | 11 | 4F | 0 | 55 | 20 | 37 | 142 | 4A | 1A |
| Octal | 164 | 21 | 117 | 0 | 125 | 40 | 67 | 502 | 112 | 32 |
| Binary | 1110100 | 10001 | 1001111 | 0 | 1010101 | 100000 | 110111 | 101000010 | 1001010 | 11010 |
Color Harmonies of #74114F
Complementary color
Monochromatic Colors of #74114F
Black with #74114F
Text Example
Text Example
White with #74114F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74114F; }
p { color: rgb(116,17,79); }
H1.HeaderClassName
{
color: #74114F;
}
.AnyTagClassName
{
color: #74114F;
}
</style>
background-color css
<style>
a { background-color: #74114F; }
a { background-color: rgb(116,17,79); }
div.DivClassName
{
background-color: #74114F;
}
.BgClassName
{
background-color: #74114F;
}
</style>
border-color css
<style>
span { border-color: #74114F; }
span { border-color: rgb(116,17,79); }
td.TdClassName
{
border-color: #74114F;
}
.TagClassName
{
border-color: #74114F;
}
</style>