Shades of Pompadour #74244D
Tints of Pompadour #74244D
RGB
CMYK
RGB Variations
Color information
#74244D (or 0x74244D) is known color: Pompadour. HEX triplet: 74, 24 and 4D. RGB value is (116,36,77). Sum of RGB (Red+Green+Blue) = 116+36+77=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #74244D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74244D is #8BDBB2. Grayscale: #404040. Windows color (decimal): -9165747 or 5055604. OLE color: 5055604.
HSL color Cylindrical-coordinate representation of color #74244D: hue angle of 329.25º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #74244D is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 36 | 77 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.55 |
| HSL | 329.25º | 0.53% | 0.3% | - |
| HSV(B) | 329.25º | 0.69% | 0.45% | - |
| XYZ | 9.17 | 5.51 | 7.6 | - |
| YUV | 64.59 | 135 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 36 | 77 | 0 | 0.69 | 0.34 | 0.55 | 329.25 | 0.53 | 0.3 |
| Hex | 74 | 24 | 4D | 0 | 45 | 22 | 37 | 149 | 35 | 1E |
| Octal | 164 | 44 | 115 | 0 | 105 | 42 | 67 | 511 | 65 | 36 |
| Binary | 1110100 | 100100 | 1001101 | 0 | 1000101 | 100010 | 110111 | 101001001 | 110101 | 11110 |
Color Harmonies of #74244D
Complementary color
Monochromatic Colors of #74244D
Black with #74244D
Text Example
Text Example
White with #74244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74244D; }
p { color: rgb(116,36,77); }
H1.HeaderClassName
{
color: #74244D;
}
.AnyTagClassName
{
color: #74244D;
}
</style>
background-color css
<style>
a { background-color: #74244D; }
a { background-color: rgb(116,36,77); }
div.DivClassName
{
background-color: #74244D;
}
.BgClassName
{
background-color: #74244D;
}
</style>
border-color css
<style>
span { border-color: #74244D; }
span { border-color: rgb(116,36,77); }
td.TdClassName
{
border-color: #74244D;
}
.TagClassName
{
border-color: #74244D;
}
</style>