Shades of Pompadour #74204C
Tints of Pompadour #74204C
RGB
CMYK
RGB Variations
Color information
#74204C (or 0x74204C) is known color: Pompadour. HEX triplet: 74, 20 and 4C. RGB value is (116,32,76). Sum of RGB (Red+Green+Blue) = 116+32+76=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #74204C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74204C is #8BDFB3. Grayscale: #3E3E3E. Windows color (decimal): -9166772 or 4989044. OLE color: 4989044.
HSL color Cylindrical-coordinate representation of color #74204C: hue angle of 328.57º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #74204C is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 32 | 76 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.55 |
| HSL | 328.57º | 0.57% | 0.29% | - |
| HSV(B) | 328.57º | 0.72% | 0.45% | - |
| XYZ | 9.02 | 5.27 | 7.38 | - |
| YUV | 62.13 | 135.83 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 32 | 76 | 0 | 0.72 | 0.34 | 0.55 | 328.57 | 0.57 | 0.29 |
| Hex | 74 | 20 | 4C | 0 | 48 | 22 | 37 | 149 | 39 | 1D |
| Octal | 164 | 40 | 114 | 0 | 110 | 42 | 67 | 511 | 71 | 35 |
| Binary | 1110100 | 100000 | 1001100 | 0 | 1001000 | 100010 | 110111 | 101001001 | 111001 | 11101 |
Color Harmonies of #74204C
Complementary color
Monochromatic Colors of #74204C
Black with #74204C
Text Example
Text Example
White with #74204C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74204C; }
p { color: rgb(116,32,76); }
H1.HeaderClassName
{
color: #74204C;
}
.AnyTagClassName
{
color: #74204C;
}
</style>
background-color css
<style>
a { background-color: #74204C; }
a { background-color: rgb(116,32,76); }
div.DivClassName
{
background-color: #74204C;
}
.BgClassName
{
background-color: #74204C;
}
</style>
border-color css
<style>
span { border-color: #74204C; }
span { border-color: rgb(116,32,76); }
td.TdClassName
{
border-color: #74204C;
}
.TagClassName
{
border-color: #74204C;
}
</style>