Shades of Pompadour #74154D
Tints of Pompadour #74154D
RGB
CMYK
RGB Variations
Color information
#74154D (or 0x74154D) is known color: Pompadour. HEX triplet: 74, 15 and 4D. RGB value is (116,21,77). Sum of RGB (Red+Green+Blue) = 116+21+77=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #74154D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74154D is #8BEAB2. Grayscale: #373737. Windows color (decimal): -9169587 or 5051764. OLE color: 5051764.
HSL color Cylindrical-coordinate representation of color #74154D: hue angle of 324.63º 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 #74154D is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 21 | 77 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.55 |
| HSL | 324.63º | 0.69% | 0.27% | - |
| HSV(B) | 324.63º | 0.82% | 0.45% | - |
| XYZ | 8.81 | 4.79 | 7.48 | - |
| YUV | 55.79 | 139.97 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 21 | 77 | 0 | 0.82 | 0.34 | 0.55 | 324.63 | 0.69 | 0.27 |
| Hex | 74 | 15 | 4D | 0 | 52 | 22 | 37 | 145 | 45 | 1B |
| Octal | 164 | 25 | 115 | 0 | 122 | 42 | 67 | 505 | 105 | 33 |
| Binary | 1110100 | 10101 | 1001101 | 0 | 1010010 | 100010 | 110111 | 101000101 | 1000101 | 11011 |
Color Harmonies of #74154D
Complementary color
Monochromatic Colors of #74154D
Black with #74154D
Text Example
Text Example
White with #74154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74154D; }
p { color: rgb(116,21,77); }
H1.HeaderClassName
{
color: #74154D;
}
.AnyTagClassName
{
color: #74154D;
}
</style>
background-color css
<style>
a { background-color: #74154D; }
a { background-color: rgb(116,21,77); }
div.DivClassName
{
background-color: #74154D;
}
.BgClassName
{
background-color: #74154D;
}
</style>
border-color css
<style>
span { border-color: #74154D; }
span { border-color: rgb(116,21,77); }
td.TdClassName
{
border-color: #74154D;
}
.TagClassName
{
border-color: #74154D;
}
</style>