Shades of Pompadour #74104E
Tints of Pompadour #74104E
RGB
CMYK
RGB Variations
Color information
#74104E (or 0x74104E) is known color: Pompadour. HEX triplet: 74, 10 and 4E. RGB value is (116,16,78). Sum of RGB (Red+Green+Blue) = 116+16+78=210 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.24% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 116 - color contains mainly: red. Hex color #74104E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74104E is #8BEFB1. Grayscale: #343434. Windows color (decimal): -9170866 or 5116020. OLE color: 5116020.
HSL color Cylindrical-coordinate representation of color #74104E: hue angle of 322.8º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #74104E is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 16 | 78 | - |
| CMYK | 0 | 0.86 | 0.33 | 0.55 |
| HSL | 322.8º | 0.76% | 0.26% | - |
| HSV(B) | 322.8º | 0.86% | 0.45% | - |
| XYZ | 8.76 | 4.63 | 7.64 | - |
| YUV | 52.97 | 142.13 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 16 | 78 | 0 | 0.86 | 0.33 | 0.55 | 322.8 | 0.76 | 0.26 |
| Hex | 74 | 10 | 4E | 0 | 56 | 21 | 37 | 143 | 4C | 1A |
| Octal | 164 | 20 | 116 | 0 | 126 | 41 | 67 | 503 | 114 | 32 |
| Binary | 1110100 | 10000 | 1001110 | 0 | 1010110 | 100001 | 110111 | 101000011 | 1001100 | 11010 |
Color Harmonies of #74104E
Complementary color
Monochromatic Colors of #74104E
Black with #74104E
Text Example
Text Example
White with #74104E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74104E; }
p { color: rgb(116,16,78); }
H1.HeaderClassName
{
color: #74104E;
}
.AnyTagClassName
{
color: #74104E;
}
</style>
background-color css
<style>
a { background-color: #74104E; }
a { background-color: rgb(116,16,78); }
div.DivClassName
{
background-color: #74104E;
}
.BgClassName
{
background-color: #74104E;
}
</style>
border-color css
<style>
span { border-color: #74104E; }
span { border-color: rgb(116,16,78); }
td.TdClassName
{
border-color: #74104E;
}
.TagClassName
{
border-color: #74104E;
}
</style>