Shades of Pompadour #74184C
Tints of Pompadour #74184C
RGB
CMYK
RGB Variations
Color information
#74184C (or 0x74184C) is known color: Pompadour. HEX triplet: 74, 18 and 4C. RGB value is (116,24,76). Sum of RGB (Red+Green+Blue) = 116+24+76=216 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.70% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 116 - color contains mainly: red. Hex color #74184C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74184C is #8BE7B3. Grayscale: #393939. Windows color (decimal): -9168820 or 4986996. OLE color: 4986996.
HSL color Cylindrical-coordinate representation of color #74184C: hue angle of 326.09º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #74184C is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 24 | 76 | - |
| CMYK | 0 | 0.79 | 0.34 | 0.55 |
| HSL | 326.09º | 0.66% | 0.27% | - |
| HSV(B) | 326.09º | 0.79% | 0.45% | - |
| XYZ | 8.83 | 4.89 | 7.32 | - |
| YUV | 57.44 | 138.48 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 24 | 76 | 0 | 0.79 | 0.34 | 0.55 | 326.09 | 0.66 | 0.27 |
| Hex | 74 | 18 | 4C | 0 | 4F | 22 | 37 | 146 | 42 | 1B |
| Octal | 164 | 30 | 114 | 0 | 117 | 42 | 67 | 506 | 102 | 33 |
| Binary | 1110100 | 11000 | 1001100 | 0 | 1001111 | 100010 | 110111 | 101000110 | 1000010 | 11011 |
Color Harmonies of #74184C
Complementary color
Monochromatic Colors of #74184C
Black with #74184C
Text Example
Text Example
White with #74184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74184C; }
p { color: rgb(116,24,76); }
H1.HeaderClassName
{
color: #74184C;
}
.AnyTagClassName
{
color: #74184C;
}
</style>
background-color css
<style>
a { background-color: #74184C; }
a { background-color: rgb(116,24,76); }
div.DivClassName
{
background-color: #74184C;
}
.BgClassName
{
background-color: #74184C;
}
</style>
border-color css
<style>
span { border-color: #74184C; }
span { border-color: rgb(116,24,76); }
td.TdClassName
{
border-color: #74184C;
}
.TagClassName
{
border-color: #74184C;
}
</style>