Shades of Pompadour #741A4C
Tints of Pompadour #741A4C
RGB
CMYK
RGB Variations
Color information
#741A4C (or 0x741A4C) is known color: Pompadour. HEX triplet: 74, 1A and 4C. RGB value is (116,26,76). Sum of RGB (Red+Green+Blue) = 116+26+76=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 26 (10.55% from 255 or 11.93% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #741A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741A4C is #8BE5B3. Grayscale: #3A3A3A. Windows color (decimal): -9168308 or 4987508. OLE color: 4987508.
HSL color Cylindrical-coordinate representation of color #741A4C: hue angle of 326.67º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #741A4C is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 26 | 76 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.55 |
| HSL | 326.67º | 0.63% | 0.28% | - |
| HSV(B) | 326.67º | 0.78% | 0.45% | - |
| XYZ | 8.88 | 4.97 | 7.33 | - |
| YUV | 58.61 | 137.82 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 26 | 76 | 0 | 0.78 | 0.34 | 0.55 | 326.67 | 0.63 | 0.28 |
| Hex | 74 | 1A | 4C | 0 | 4E | 22 | 37 | 147 | 3F | 1C |
| Octal | 164 | 32 | 114 | 0 | 116 | 42 | 67 | 507 | 77 | 34 |
| Binary | 1110100 | 11010 | 1001100 | 0 | 1001110 | 100010 | 110111 | 101000111 | 111111 | 11100 |
Color Harmonies of #741A4C
Complementary color
Monochromatic Colors of #741A4C
Black with #741A4C
Text Example
Text Example
White with #741A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741A4C; }
p { color: rgb(116,26,76); }
H1.HeaderClassName
{
color: #741A4C;
}
.AnyTagClassName
{
color: #741A4C;
}
</style>
background-color css
<style>
a { background-color: #741A4C; }
a { background-color: rgb(116,26,76); }
div.DivClassName
{
background-color: #741A4C;
}
.BgClassName
{
background-color: #741A4C;
}
</style>
border-color css
<style>
span { border-color: #741A4C; }
span { border-color: rgb(116,26,76); }
td.TdClassName
{
border-color: #741A4C;
}
.TagClassName
{
border-color: #741A4C;
}
</style>