Shades of Pompadour #742050
Tints of Pompadour #742050
RGB
CMYK
RGB Variations
Color information
#742050 (or 0x742050) is known color: Pompadour. HEX triplet: 74, 20 and 50. RGB value is (116,32,80). Sum of RGB (Red+Green+Blue) = 116+32+80=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #742050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742050 is #8BDFAF. Grayscale: #3E3E3E. Windows color (decimal): -9166768 or 5251188. OLE color: 5251188.
HSL color Cylindrical-coordinate representation of color #742050: hue angle of 325.71º 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 #742050 is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 32 | 80 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.55 |
| HSL | 325.71º | 0.57% | 0.29% | - |
| HSV(B) | 325.71º | 0.72% | 0.45% | - |
| XYZ | 9.17 | 5.33 | 8.13 | - |
| YUV | 62.59 | 137.83 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 32 | 80 | 0 | 0.72 | 0.31 | 0.55 | 325.71 | 0.57 | 0.29 |
| Hex | 74 | 20 | 50 | 0 | 48 | 1F | 37 | 146 | 39 | 1D |
| Octal | 164 | 40 | 120 | 0 | 110 | 37 | 67 | 506 | 71 | 35 |
| Binary | 1110100 | 100000 | 1010000 | 0 | 1001000 | 11111 | 110111 | 101000110 | 111001 | 11101 |
Color Harmonies of #742050
Complementary color
Monochromatic Colors of #742050
Black with #742050
Text Example
Text Example
White with #742050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742050; }
p { color: rgb(116,32,80); }
H1.HeaderClassName
{
color: #742050;
}
.AnyTagClassName
{
color: #742050;
}
</style>
background-color css
<style>
a { background-color: #742050; }
a { background-color: rgb(116,32,80); }
div.DivClassName
{
background-color: #742050;
}
.BgClassName
{
background-color: #742050;
}
</style>
border-color css
<style>
span { border-color: #742050; }
span { border-color: rgb(116,32,80); }
td.TdClassName
{
border-color: #742050;
}
.TagClassName
{
border-color: #742050;
}
</style>