Shades of Pompadour #741C44
Tints of Pompadour #741C44
RGB
CMYK
RGB Variations
Color information
#741C44 (or 0x741C44) is known color: Pompadour. HEX triplet: 74, 1C and 44. RGB value is (116,28,68). Sum of RGB (Red+Green+Blue) = 116+28+68=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 28 (11.33% from 255 or 13.21% from 212); Blue value is 68 (26.95% from 255 or 32.08% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #741C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741C44 is #8BE3BB. Grayscale: #3A3A3A. Windows color (decimal): -9167804 or 4463732. OLE color: 4463732.
HSL color Cylindrical-coordinate representation of color #741C44: hue angle of 332.73º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #741C44 is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 28 | 68 | - |
| CMYK | 0 | 0.76 | 0.41 | 0.55 |
| HSL | 332.73º | 0.61% | 0.28% | - |
| HSV(B) | 332.73º | 0.76% | 0.45% | - |
| XYZ | 8.66 | 4.96 | 5.97 | - |
| YUV | 58.87 | 133.15 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 28 | 68 | 0 | 0.76 | 0.41 | 0.55 | 332.73 | 0.61 | 0.28 |
| Hex | 74 | 1C | 44 | 0 | 4C | 29 | 37 | 14D | 3D | 1C |
| Octal | 164 | 34 | 104 | 0 | 114 | 51 | 67 | 515 | 75 | 34 |
| Binary | 1110100 | 11100 | 1000100 | 0 | 1001100 | 101001 | 110111 | 101001101 | 111101 | 11100 |
Color Harmonies of #741C44
Complementary color
Monochromatic Colors of #741C44
Black with #741C44
Text Example
Text Example
White with #741C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741C44; }
p { color: rgb(116,28,68); }
H1.HeaderClassName
{
color: #741C44;
}
.AnyTagClassName
{
color: #741C44;
}
</style>
background-color css
<style>
a { background-color: #741C44; }
a { background-color: rgb(116,28,68); }
div.DivClassName
{
background-color: #741C44;
}
.BgClassName
{
background-color: #741C44;
}
</style>
border-color css
<style>
span { border-color: #741C44; }
span { border-color: rgb(116,28,68); }
td.TdClassName
{
border-color: #741C44;
}
.TagClassName
{
border-color: #741C44;
}
</style>