Shades of Pompadour #741E52
Tints of Pompadour #741E52
RGB
CMYK
RGB Variations
Color information
#741E52 (or 0x741E52) is known color: Pompadour. HEX triplet: 74, 1E and 52. RGB value is (116,30,82). Sum of RGB (Red+Green+Blue) = 116+30+82=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 30 (12.11% from 255 or 13.16% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #741E52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741E52 is #8BE1AD. Grayscale: #3D3D3D. Windows color (decimal): -9167278 or 5381748. OLE color: 5381748.
HSL color Cylindrical-coordinate representation of color #741E52: hue angle of 323.72º 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 #741E52 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 30 | 82 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.55 |
| HSL | 323.72º | 0.59% | 0.29% | - |
| HSV(B) | 323.72º | 0.74% | 0.45% | - |
| XYZ | 9.19 | 5.25 | 8.51 | - |
| YUV | 61.64 | 139.49 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 30 | 82 | 0 | 0.74 | 0.29 | 0.55 | 323.72 | 0.59 | 0.29 |
| Hex | 74 | 1E | 52 | 0 | 4A | 1D | 37 | 144 | 3B | 1D |
| Octal | 164 | 36 | 122 | 0 | 112 | 35 | 67 | 504 | 73 | 35 |
| Binary | 1110100 | 11110 | 1010010 | 0 | 1001010 | 11101 | 110111 | 101000100 | 111011 | 11101 |
Color Harmonies of #741E52
Complementary color
Monochromatic Colors of #741E52
Black with #741E52
Text Example
Text Example
White with #741E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741E52; }
p { color: rgb(116,30,82); }
H1.HeaderClassName
{
color: #741E52;
}
.AnyTagClassName
{
color: #741E52;
}
</style>
background-color css
<style>
a { background-color: #741E52; }
a { background-color: rgb(116,30,82); }
div.DivClassName
{
background-color: #741E52;
}
.BgClassName
{
background-color: #741E52;
}
</style>
border-color css
<style>
span { border-color: #741E52; }
span { border-color: rgb(116,30,82); }
td.TdClassName
{
border-color: #741E52;
}
.TagClassName
{
border-color: #741E52;
}
</style>