Shades of Pompadour #741C51
Tints of Pompadour #741C51
RGB
CMYK
RGB Variations
Color information
#741C51 (or 0x741C51) is known color: Pompadour. HEX triplet: 74, 1C and 51. RGB value is (116,28,81). Sum of RGB (Red+Green+Blue) = 116+28+81=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #741C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741C51 is #8BE3AE. Grayscale: #3C3C3C. Windows color (decimal): -9167791 or 5315700. OLE color: 5315700.
HSL color Cylindrical-coordinate representation of color #741C51: hue angle of 323.86º 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 #741C51 is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 28 | 81 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.55 |
| HSL | 323.86º | 0.61% | 0.28% | - |
| HSV(B) | 323.86º | 0.76% | 0.45% | - |
| XYZ | 9.1 | 5.14 | 8.3 | - |
| YUV | 60.35 | 139.65 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 28 | 81 | 0 | 0.76 | 0.30 | 0.55 | 323.86 | 0.61 | 0.28 |
| Hex | 74 | 1C | 51 | 0 | 4C | 1E | 37 | 144 | 3D | 1C |
| Octal | 164 | 34 | 121 | 0 | 114 | 36 | 67 | 504 | 75 | 34 |
| Binary | 1110100 | 11100 | 1010001 | 0 | 1001100 | 11110 | 110111 | 101000100 | 111101 | 11100 |
Color Harmonies of #741C51
Complementary color
Monochromatic Colors of #741C51
Black with #741C51
Text Example
Text Example
White with #741C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741C51; }
p { color: rgb(116,28,81); }
H1.HeaderClassName
{
color: #741C51;
}
.AnyTagClassName
{
color: #741C51;
}
</style>
background-color css
<style>
a { background-color: #741C51; }
a { background-color: rgb(116,28,81); }
div.DivClassName
{
background-color: #741C51;
}
.BgClassName
{
background-color: #741C51;
}
</style>
border-color css
<style>
span { border-color: #741C51; }
span { border-color: rgb(116,28,81); }
td.TdClassName
{
border-color: #741C51;
}
.TagClassName
{
border-color: #741C51;
}
</style>