Shades of Pompadour #741E40
Tints of Pompadour #741E40
RGB
CMYK
RGB Variations
Color information
#741E40 (or 0x741E40) is known color: Pompadour. HEX triplet: 74, 1E and 40. RGB value is (116,30,64). Sum of RGB (Red+Green+Blue) = 116+30+64=210 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.24% from 210); Green value is 30 (12.11% from 255 or 14.29% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 116 - color contains mainly: red. Hex color #741E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741E40 is #8BE1BF. Grayscale: #3B3B3B. Windows color (decimal): -9167296 or 4202100. OLE color: 4202100.
HSL color Cylindrical-coordinate representation of color #741E40: hue angle of 336.28º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #741E40 is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 30 | 64 | - |
| CMYK | 0 | 0.74 | 0.45 | 0.55 |
| HSL | 336.28º | 0.59% | 0.29% | - |
| HSV(B) | 336.28º | 0.74% | 0.45% | - |
| XYZ | 8.59 | 5.01 | 5.36 | - |
| YUV | 59.59 | 130.49 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 30 | 64 | 0 | 0.74 | 0.45 | 0.55 | 336.28 | 0.59 | 0.29 |
| Hex | 74 | 1E | 40 | 0 | 4A | 2D | 37 | 150 | 3B | 1D |
| Octal | 164 | 36 | 100 | 0 | 112 | 55 | 67 | 520 | 73 | 35 |
| Binary | 1110100 | 11110 | 1000000 | 0 | 1001010 | 101101 | 110111 | 101010000 | 111011 | 11101 |
Color Harmonies of #741E40
Complementary color
Monochromatic Colors of #741E40
Black with #741E40
Text Example
Text Example
White with #741E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741E40; }
p { color: rgb(116,30,64); }
H1.HeaderClassName
{
color: #741E40;
}
.AnyTagClassName
{
color: #741E40;
}
</style>
background-color css
<style>
a { background-color: #741E40; }
a { background-color: rgb(116,30,64); }
div.DivClassName
{
background-color: #741E40;
}
.BgClassName
{
background-color: #741E40;
}
</style>
border-color css
<style>
span { border-color: #741E40; }
span { border-color: rgb(116,30,64); }
td.TdClassName
{
border-color: #741E40;
}
.TagClassName
{
border-color: #741E40;
}
</style>