Shades of Pompadour #741C41
Tints of Pompadour #741C41
RGB
CMYK
RGB Variations
Color information
#741C41 (or 0x741C41) is known color: Pompadour. HEX triplet: 74, 1C and 41. RGB value is (116,28,65). Sum of RGB (Red+Green+Blue) = 116+28+65=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #741C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741C41 is #8BE3BE. Grayscale: #3A3A3A. Windows color (decimal): -9167807 or 4267124. OLE color: 4267124.
HSL color Cylindrical-coordinate representation of color #741C41: hue angle of 334.77º 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 #741C41 is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 28 | 65 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.55 |
| HSL | 334.77º | 0.61% | 0.28% | - |
| HSV(B) | 334.77º | 0.76% | 0.45% | - |
| XYZ | 8.57 | 4.93 | 5.5 | - |
| YUV | 58.53 | 131.65 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 28 | 65 | 0 | 0.76 | 0.44 | 0.55 | 334.77 | 0.61 | 0.28 |
| Hex | 74 | 1C | 41 | 0 | 4C | 2C | 37 | 14F | 3D | 1C |
| Octal | 164 | 34 | 101 | 0 | 114 | 54 | 67 | 517 | 75 | 34 |
| Binary | 1110100 | 11100 | 1000001 | 0 | 1001100 | 101100 | 110111 | 101001111 | 111101 | 11100 |
Color Harmonies of #741C41
Complementary color
Monochromatic Colors of #741C41
Black with #741C41
Text Example
Text Example
White with #741C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741C41; }
p { color: rgb(116,28,65); }
H1.HeaderClassName
{
color: #741C41;
}
.AnyTagClassName
{
color: #741C41;
}
</style>
background-color css
<style>
a { background-color: #741C41; }
a { background-color: rgb(116,28,65); }
div.DivClassName
{
background-color: #741C41;
}
.BgClassName
{
background-color: #741C41;
}
</style>
border-color css
<style>
span { border-color: #741C41; }
span { border-color: rgb(116,28,65); }
td.TdClassName
{
border-color: #741C41;
}
.TagClassName
{
border-color: #741C41;
}
</style>