Shades of Pompadour #74144C
Tints of Pompadour #74144C
RGB
CMYK
RGB Variations
Color information
#74144C (or 0x74144C) is known color: Pompadour. HEX triplet: 74, 14 and 4C. RGB value is (116,20,76). Sum of RGB (Red+Green+Blue) = 116+20+76=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 20 (8.20% from 255 or 9.43% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #74144C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74144C is #8BEBB3. Grayscale: #363636. Windows color (decimal): -9169844 or 4985972. OLE color: 4985972.
HSL color Cylindrical-coordinate representation of color #74144C: hue angle of 325º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #74144C is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 20 | 76 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.55 |
| HSL | 325º | 0.71% | 0.27% | - |
| HSV(B) | 325º | 0.83% | 0.45% | - |
| XYZ | 8.76 | 4.74 | 7.29 | - |
| YUV | 55.09 | 139.8 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 20 | 76 | 0 | 0.83 | 0.34 | 0.55 | 325 | 0.71 | 0.27 |
| Hex | 74 | 14 | 4C | 0 | 53 | 22 | 37 | 145 | 47 | 1B |
| Octal | 164 | 24 | 114 | 0 | 123 | 42 | 67 | 505 | 107 | 33 |
| Binary | 1110100 | 10100 | 1001100 | 0 | 1010011 | 100010 | 110111 | 101000101 | 1000111 | 11011 |
Color Harmonies of #74144C
Complementary color
Monochromatic Colors of #74144C
Black with #74144C
Text Example
Text Example
White with #74144C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74144C; }
p { color: rgb(116,20,76); }
H1.HeaderClassName
{
color: #74144C;
}
.AnyTagClassName
{
color: #74144C;
}
</style>
background-color css
<style>
a { background-color: #74144C; }
a { background-color: rgb(116,20,76); }
div.DivClassName
{
background-color: #74144C;
}
.BgClassName
{
background-color: #74144C;
}
</style>
border-color css
<style>
span { border-color: #74144C; }
span { border-color: rgb(116,20,76); }
td.TdClassName
{
border-color: #74144C;
}
.TagClassName
{
border-color: #74144C;
}
</style>