Shades of Pompadour #741F42
Tints of Pompadour #741F42
RGB
CMYK
RGB Variations
Color information
#741F42 (or 0x741F42) is known color: Pompadour. HEX triplet: 74, 1F and 42. RGB value is (116,31,66). Sum of RGB (Red+Green+Blue) = 116+31+66=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 31 (12.5% from 255 or 14.55% from 213); Blue value is 66 (26.17% from 255 or 30.99% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #741F42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741F42 is #8BE0BD. Grayscale: #3C3C3C. Windows color (decimal): -9167038 or 4333428. OLE color: 4333428.
HSL color Cylindrical-coordinate representation of color #741F42: hue angle of 335.29º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #741F42 is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 31 | 66 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.55 |
| HSL | 335.29º | 0.58% | 0.29% | - |
| HSV(B) | 335.29º | 0.73% | 0.45% | - |
| XYZ | 8.68 | 5.09 | 5.68 | - |
| YUV | 60.41 | 131.16 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 31 | 66 | 0 | 0.73 | 0.43 | 0.55 | 335.29 | 0.58 | 0.29 |
| Hex | 74 | 1F | 42 | 0 | 49 | 2B | 37 | 14F | 3A | 1D |
| Octal | 164 | 37 | 102 | 0 | 111 | 53 | 67 | 517 | 72 | 35 |
| Binary | 1110100 | 11111 | 1000010 | 0 | 1001001 | 101011 | 110111 | 101001111 | 111010 | 11101 |
Color Harmonies of #741F42
Complementary color
Monochromatic Colors of #741F42
Black with #741F42
Text Example
Text Example
White with #741F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741F42; }
p { color: rgb(116,31,66); }
H1.HeaderClassName
{
color: #741F42;
}
.AnyTagClassName
{
color: #741F42;
}
</style>
background-color css
<style>
a { background-color: #741F42; }
a { background-color: rgb(116,31,66); }
div.DivClassName
{
background-color: #741F42;
}
.BgClassName
{
background-color: #741F42;
}
</style>
border-color css
<style>
span { border-color: #741F42; }
span { border-color: rgb(116,31,66); }
td.TdClassName
{
border-color: #741F42;
}
.TagClassName
{
border-color: #741F42;
}
</style>