Shades of Pompadour #740D50
Tints of Pompadour #740D50
RGB
CMYK
RGB Variations
Color information
#740D50 (or 0x740D50) is known color: Pompadour. HEX triplet: 74, 0D and 50. RGB value is (116,13,80). Sum of RGB (Red+Green+Blue) = 116+13+80=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 13 (5.47% from 255 or 6.22% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #740D50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740D50 is #8BF2AF. Grayscale: #333333. Windows color (decimal): -9171632 or 5246324. OLE color: 5246324.
HSL color Cylindrical-coordinate representation of color #740D50: hue angle of 320.97º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #740D50 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 13 | 80 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.55 |
| HSL | 320.97º | 0.8% | 0.25% | - |
| HSV(B) | 320.97º | 0.89% | 0.45% | - |
| XYZ | 8.79 | 4.58 | 8.01 | - |
| YUV | 51.44 | 144.12 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 13 | 80 | 0 | 0.89 | 0.31 | 0.55 | 320.97 | 0.8 | 0.25 |
| Hex | 74 | D | 50 | 0 | 59 | 1F | 37 | 141 | 50 | 19 |
| Octal | 164 | 15 | 120 | 0 | 131 | 37 | 67 | 501 | 120 | 31 |
| Binary | 1110100 | 1101 | 1010000 | 0 | 1011001 | 11111 | 110111 | 101000001 | 1010000 | 11001 |
Color Harmonies of #740D50
Complementary color
Monochromatic Colors of #740D50
Black with #740D50
Text Example
Text Example
White with #740D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740D50; }
p { color: rgb(116,13,80); }
H1.HeaderClassName
{
color: #740D50;
}
.AnyTagClassName
{
color: #740D50;
}
</style>
background-color css
<style>
a { background-color: #740D50; }
a { background-color: rgb(116,13,80); }
div.DivClassName
{
background-color: #740D50;
}
.BgClassName
{
background-color: #740D50;
}
</style>
border-color css
<style>
span { border-color: #740D50; }
span { border-color: rgb(116,13,80); }
td.TdClassName
{
border-color: #740D50;
}
.TagClassName
{
border-color: #740D50;
}
</style>