Shades of Pompadour #741652
Tints of Pompadour #741652
RGB
CMYK
RGB Variations
Color information
#741652 (or 0x741652) is known color: Pompadour. HEX triplet: 74, 16 and 52. RGB value is (116,22,82). Sum of RGB (Red+Green+Blue) = 116+22+82=220 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.73% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 82 (32.42% from 255 or 37.27% from 220); Max value from RGB is 116 - color contains mainly: red. Hex color #741652 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741652 is #8BE9AD. Grayscale: #383838. Windows color (decimal): -9169326 or 5379700. OLE color: 5379700.
HSL color Cylindrical-coordinate representation of color #741652: hue angle of 321.7º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #741652 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 22 | 82 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.55 |
| HSL | 321.7º | 0.68% | 0.27% | - |
| HSV(B) | 321.7º | 0.81% | 0.45% | - |
| XYZ | 9.01 | 4.9 | 8.45 | - |
| YUV | 56.95 | 142.14 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 22 | 82 | 0 | 0.81 | 0.29 | 0.55 | 321.7 | 0.68 | 0.27 |
| Hex | 74 | 16 | 52 | 0 | 51 | 1D | 37 | 142 | 44 | 1B |
| Octal | 164 | 26 | 122 | 0 | 121 | 35 | 67 | 502 | 104 | 33 |
| Binary | 1110100 | 10110 | 1010010 | 0 | 1010001 | 11101 | 110111 | 101000010 | 1000100 | 11011 |
Color Harmonies of #741652
Complementary color
Monochromatic Colors of #741652
Black with #741652
Text Example
Text Example
White with #741652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741652; }
p { color: rgb(116,22,82); }
H1.HeaderClassName
{
color: #741652;
}
.AnyTagClassName
{
color: #741652;
}
</style>
background-color css
<style>
a { background-color: #741652; }
a { background-color: rgb(116,22,82); }
div.DivClassName
{
background-color: #741652;
}
.BgClassName
{
background-color: #741652;
}
</style>
border-color css
<style>
span { border-color: #741652; }
span { border-color: rgb(116,22,82); }
td.TdClassName
{
border-color: #741652;
}
.TagClassName
{
border-color: #741652;
}
</style>