Shades of Pompadour #74204E
Tints of Pompadour #74204E
RGB
CMYK
RGB Variations
Color information
#74204E (or 0x74204E) is known color: Pompadour. HEX triplet: 74, 20 and 4E. RGB value is (116,32,78). Sum of RGB (Red+Green+Blue) = 116+32+78=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #74204E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74204E is #8BDFB1. Grayscale: #3E3E3E. Windows color (decimal): -9166770 or 5120116. OLE color: 5120116.
HSL color Cylindrical-coordinate representation of color #74204E: hue angle of 327.14º 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 #74204E is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 32 | 78 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.55 |
| HSL | 327.14º | 0.57% | 0.29% | - |
| HSV(B) | 327.14º | 0.72% | 0.45% | - |
| XYZ | 9.09 | 5.3 | 7.75 | - |
| YUV | 62.36 | 136.83 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 32 | 78 | 0 | 0.72 | 0.33 | 0.55 | 327.14 | 0.57 | 0.29 |
| Hex | 74 | 20 | 4E | 0 | 48 | 21 | 37 | 147 | 39 | 1D |
| Octal | 164 | 40 | 116 | 0 | 110 | 41 | 67 | 507 | 71 | 35 |
| Binary | 1110100 | 100000 | 1001110 | 0 | 1001000 | 100001 | 110111 | 101000111 | 111001 | 11101 |
Color Harmonies of #74204E
Complementary color
Monochromatic Colors of #74204E
Black with #74204E
Text Example
Text Example
White with #74204E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74204E; }
p { color: rgb(116,32,78); }
H1.HeaderClassName
{
color: #74204E;
}
.AnyTagClassName
{
color: #74204E;
}
</style>
background-color css
<style>
a { background-color: #74204E; }
a { background-color: rgb(116,32,78); }
div.DivClassName
{
background-color: #74204E;
}
.BgClassName
{
background-color: #74204E;
}
</style>
border-color css
<style>
span { border-color: #74204E; }
span { border-color: rgb(116,32,78); }
td.TdClassName
{
border-color: #74204E;
}
.TagClassName
{
border-color: #74204E;
}
</style>