Shades of Pompadour #74154C
Tints of Pompadour #74154C
RGB
CMYK
RGB Variations
Color information
#74154C (or 0x74154C) is known color: Pompadour. HEX triplet: 74, 15 and 4C. RGB value is (116,21,76). Sum of RGB (Red+Green+Blue) = 116+21+76=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #74154C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74154C is #8BEAB3. Grayscale: #373737. Windows color (decimal): -9169588 or 4986228. OLE color: 4986228.
HSL color Cylindrical-coordinate representation of color #74154C: hue angle of 325.26º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #74154C is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 21 | 76 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.55 |
| HSL | 325.26º | 0.69% | 0.27% | - |
| HSV(B) | 325.26º | 0.82% | 0.45% | - |
| XYZ | 8.78 | 4.77 | 7.3 | - |
| YUV | 55.68 | 139.47 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 21 | 76 | 0 | 0.82 | 0.34 | 0.55 | 325.26 | 0.69 | 0.27 |
| Hex | 74 | 15 | 4C | 0 | 52 | 22 | 37 | 145 | 45 | 1B |
| Octal | 164 | 25 | 114 | 0 | 122 | 42 | 67 | 505 | 105 | 33 |
| Binary | 1110100 | 10101 | 1001100 | 0 | 1010010 | 100010 | 110111 | 101000101 | 1000101 | 11011 |
Color Harmonies of #74154C
Complementary color
Monochromatic Colors of #74154C
Black with #74154C
Text Example
Text Example
White with #74154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74154C; }
p { color: rgb(116,21,76); }
H1.HeaderClassName
{
color: #74154C;
}
.AnyTagClassName
{
color: #74154C;
}
</style>
background-color css
<style>
a { background-color: #74154C; }
a { background-color: rgb(116,21,76); }
div.DivClassName
{
background-color: #74154C;
}
.BgClassName
{
background-color: #74154C;
}
</style>
border-color css
<style>
span { border-color: #74154C; }
span { border-color: rgb(116,21,76); }
td.TdClassName
{
border-color: #74154C;
}
.TagClassName
{
border-color: #74154C;
}
</style>