Shades of Pompadour #741C54
Tints of Pompadour #741C54
RGB
CMYK
RGB Variations
Color information
#741C54 (or 0x741C54) is known color: Pompadour. HEX triplet: 74, 1C and 54. RGB value is (116,28,84). Sum of RGB (Red+Green+Blue) = 116+28+84=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 28 (11.33% from 255 or 12.28% from 228); Blue value is 84 (33.20% from 255 or 36.84% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #741C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741C54 is #8BE3AB. Grayscale: #3C3C3C. Windows color (decimal): -9167788 or 5512308. OLE color: 5512308.
HSL color Cylindrical-coordinate representation of color #741C54: hue angle of 321.82º 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 #741C54 is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 28 | 84 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.55 |
| HSL | 321.82º | 0.61% | 0.28% | - |
| HSV(B) | 321.82º | 0.76% | 0.45% | - |
| XYZ | 9.22 | 5.18 | 8.9 | - |
| YUV | 60.7 | 141.15 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 28 | 84 | 0 | 0.76 | 0.28 | 0.55 | 321.82 | 0.61 | 0.28 |
| Hex | 74 | 1C | 54 | 0 | 4C | 1C | 37 | 142 | 3D | 1C |
| Octal | 164 | 34 | 124 | 0 | 114 | 34 | 67 | 502 | 75 | 34 |
| Binary | 1110100 | 11100 | 1010100 | 0 | 1001100 | 11100 | 110111 | 101000010 | 111101 | 11100 |
Color Harmonies of #741C54
Complementary color
Monochromatic Colors of #741C54
Black with #741C54
Text Example
Text Example
White with #741C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741C54; }
p { color: rgb(116,28,84); }
H1.HeaderClassName
{
color: #741C54;
}
.AnyTagClassName
{
color: #741C54;
}
</style>
background-color css
<style>
a { background-color: #741C54; }
a { background-color: rgb(116,28,84); }
div.DivClassName
{
background-color: #741C54;
}
.BgClassName
{
background-color: #741C54;
}
</style>
border-color css
<style>
span { border-color: #741C54; }
span { border-color: rgb(116,28,84); }
td.TdClassName
{
border-color: #741C54;
}
.TagClassName
{
border-color: #741C54;
}
</style>