Shades of Pompadour #741C4D
Tints of Pompadour #741C4D
RGB
CMYK
RGB Variations
Color information
#741C4D (or 0x741C4D) is known color: Pompadour. HEX triplet: 74, 1C and 4D. RGB value is (116,28,77). Sum of RGB (Red+Green+Blue) = 116+28+77=221 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.49% from 221); Green value is 28 (11.33% from 255 or 12.67% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 116 - color contains mainly: red. Hex color #741C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741C4D is #8BE3B2. Grayscale: #3B3B3B. Windows color (decimal): -9167795 or 5053556. OLE color: 5053556.
HSL color Cylindrical-coordinate representation of color #741C4D: hue angle of 326.59º 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 #741C4D is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 28 | 77 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.55 |
| HSL | 326.59º | 0.61% | 0.28% | - |
| HSV(B) | 326.59º | 0.76% | 0.45% | - |
| XYZ | 8.96 | 5.08 | 7.53 | - |
| YUV | 59.9 | 137.65 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 28 | 77 | 0 | 0.76 | 0.34 | 0.55 | 326.59 | 0.61 | 0.28 |
| Hex | 74 | 1C | 4D | 0 | 4C | 22 | 37 | 147 | 3D | 1C |
| Octal | 164 | 34 | 115 | 0 | 114 | 42 | 67 | 507 | 75 | 34 |
| Binary | 1110100 | 11100 | 1001101 | 0 | 1001100 | 100010 | 110111 | 101000111 | 111101 | 11100 |
Color Harmonies of #741C4D
Complementary color
Monochromatic Colors of #741C4D
Black with #741C4D
Text Example
Text Example
White with #741C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741C4D; }
p { color: rgb(116,28,77); }
H1.HeaderClassName
{
color: #741C4D;
}
.AnyTagClassName
{
color: #741C4D;
}
</style>
background-color css
<style>
a { background-color: #741C4D; }
a { background-color: rgb(116,28,77); }
div.DivClassName
{
background-color: #741C4D;
}
.BgClassName
{
background-color: #741C4D;
}
</style>
border-color css
<style>
span { border-color: #741C4D; }
span { border-color: rgb(116,28,77); }
td.TdClassName
{
border-color: #741C4D;
}
.TagClassName
{
border-color: #741C4D;
}
</style>