Shades of Pompadour #741A49
Tints of Pompadour #741A49
RGB
CMYK
RGB Variations
Color information
#741A49 (or 0x741A49) is known color: Pompadour. HEX triplet: 74, 1A and 49. RGB value is (116,26,73). Sum of RGB (Red+Green+Blue) = 116+26+73=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #741A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741A49 is #8BE5B6. Grayscale: #3A3A3A. Windows color (decimal): -9168311 or 4790900. OLE color: 4790900.
HSL color Cylindrical-coordinate representation of color #741A49: hue angle of 328.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 #741A49 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 26 | 73 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.55 |
| HSL | 328.67º | 0.63% | 0.28% | - |
| HSV(B) | 328.67º | 0.78% | 0.45% | - |
| XYZ | 8.77 | 4.93 | 6.79 | - |
| YUV | 58.27 | 136.32 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 26 | 73 | 0 | 0.78 | 0.37 | 0.55 | 328.67 | 0.63 | 0.28 |
| Hex | 74 | 1A | 49 | 0 | 4E | 25 | 37 | 149 | 3F | 1C |
| Octal | 164 | 32 | 111 | 0 | 116 | 45 | 67 | 511 | 77 | 34 |
| Binary | 1110100 | 11010 | 1001001 | 0 | 1001110 | 100101 | 110111 | 101001001 | 111111 | 11100 |
Color Harmonies of #741A49
Complementary color
Monochromatic Colors of #741A49
Black with #741A49
Text Example
Text Example
White with #741A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741A49; }
p { color: rgb(116,26,73); }
H1.HeaderClassName
{
color: #741A49;
}
.AnyTagClassName
{
color: #741A49;
}
</style>
background-color css
<style>
a { background-color: #741A49; }
a { background-color: rgb(116,26,73); }
div.DivClassName
{
background-color: #741A49;
}
.BgClassName
{
background-color: #741A49;
}
</style>
border-color css
<style>
span { border-color: #741A49; }
span { border-color: rgb(116,26,73); }
td.TdClassName
{
border-color: #741A49;
}
.TagClassName
{
border-color: #741A49;
}
</style>