Shades of Pompadour #641A40
Tints of Pompadour #641A40
RGB
CMYK
RGB Variations
Color information
#641A40 (or 0x641A40) is known color: Pompadour. HEX triplet: 64, 1A and 40. RGB value is (100,26,64). Sum of RGB (Red+Green+Blue) = 100+26+64=190 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.63% from 190); Green value is 26 (10.55% from 255 or 13.68% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 100 - color contains mainly: red. Hex color #641A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #641A40 is #9BE5BF. Grayscale: #343434. Windows color (decimal): -10216896 or 4201060. OLE color: 4201060.
HSL color Cylindrical-coordinate representation of color #641A40: hue angle of 329.19º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #641A40 is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 26 | 64 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.61 |
| HSL | 329.19º | 0.59% | 0.25% | - |
| HSV(B) | 329.19º | 0.74% | 0.39% | - |
| XYZ | 6.55 | 3.82 | 5.24 | - |
| YUV | 52.46 | 134.52 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 26 | 64 | 0 | 0.74 | 0.36 | 0.61 | 329.19 | 0.59 | 0.25 |
| Hex | 64 | 1A | 40 | 0 | 4A | 24 | 3D | 149 | 3B | 19 |
| Octal | 144 | 32 | 100 | 0 | 112 | 44 | 75 | 511 | 73 | 31 |
| Binary | 1100100 | 11010 | 1000000 | 0 | 1001010 | 100100 | 111101 | 101001001 | 111011 | 11001 |
Color Harmonies of #641A40
Complementary color
Monochromatic Colors of #641A40
Black with #641A40
Text Example
Text Example
White with #641A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641A40; }
p { color: rgb(100,26,64); }
H1.HeaderClassName
{
color: #641A40;
}
.AnyTagClassName
{
color: #641A40;
}
</style>
background-color css
<style>
a { background-color: #641A40; }
a { background-color: rgb(100,26,64); }
div.DivClassName
{
background-color: #641A40;
}
.BgClassName
{
background-color: #641A40;
}
</style>
border-color css
<style>
span { border-color: #641A40; }
span { border-color: rgb(100,26,64); }
td.TdClassName
{
border-color: #641A40;
}
.TagClassName
{
border-color: #641A40;
}
</style>