Shades of Pompadour #740F4D
Tints of Pompadour #740F4D
RGB
CMYK
RGB Variations
Color information
#740F4D (or 0x740F4D) is known color: Pompadour. HEX triplet: 74, 0F and 4D. RGB value is (116,15,77). Sum of RGB (Red+Green+Blue) = 116+15+77=208 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.77% from 208); Green value is 15 (6.25% from 255 or 7.21% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 116 - color contains mainly: red. Hex color #740F4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740F4D is #8BF0B2. Grayscale: #343434. Windows color (decimal): -9171123 or 5050228. OLE color: 5050228.
HSL color Cylindrical-coordinate representation of color #740F4D: hue angle of 323.17º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #740F4D is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 15 | 77 | - |
| CMYK | 0 | 0.87 | 0.34 | 0.55 |
| HSL | 323.17º | 0.77% | 0.26% | - |
| HSV(B) | 323.17º | 0.87% | 0.45% | - |
| XYZ | 8.71 | 4.59 | 7.45 | - |
| YUV | 52.27 | 141.96 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 15 | 77 | 0 | 0.87 | 0.34 | 0.55 | 323.17 | 0.77 | 0.26 |
| Hex | 74 | F | 4D | 0 | 57 | 22 | 37 | 143 | 4D | 1A |
| Octal | 164 | 17 | 115 | 0 | 127 | 42 | 67 | 503 | 115 | 32 |
| Binary | 1110100 | 1111 | 1001101 | 0 | 1010111 | 100010 | 110111 | 101000011 | 1001101 | 11010 |
Color Harmonies of #740F4D
Complementary color
Monochromatic Colors of #740F4D
Black with #740F4D
Text Example
Text Example
White with #740F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740F4D; }
p { color: rgb(116,15,77); }
H1.HeaderClassName
{
color: #740F4D;
}
.AnyTagClassName
{
color: #740F4D;
}
</style>
background-color css
<style>
a { background-color: #740F4D; }
a { background-color: rgb(116,15,77); }
div.DivClassName
{
background-color: #740F4D;
}
.BgClassName
{
background-color: #740F4D;
}
</style>
border-color css
<style>
span { border-color: #740F4D; }
span { border-color: rgb(116,15,77); }
td.TdClassName
{
border-color: #740F4D;
}
.TagClassName
{
border-color: #740F4D;
}
</style>