Shades of Pompadour #641F4E
Tints of Pompadour #641F4E
RGB
CMYK
RGB Variations
Color information
#641F4E (or 0x641F4E) is known color: Pompadour. HEX triplet: 64, 1F and 4E. RGB value is (100,31,78). Sum of RGB (Red+Green+Blue) = 100+31+78=209 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.85% from 209); Green value is 31 (12.5% from 255 or 14.83% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 100 - color contains mainly: red. Hex color #641F4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641F4E is #9BE0B1. Grayscale: #383838. Windows color (decimal): -10215602 or 5119844. OLE color: 5119844.
HSL color Cylindrical-coordinate representation of color #641F4E: hue angle of 319.13º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #641F4E is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 31 | 78 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.61 |
| HSL | 319.13º | 0.53% | 0.26% | - |
| HSV(B) | 319.13º | 0.69% | 0.39% | - |
| XYZ | 7.12 | 4.24 | 7.65 | - |
| YUV | 56.99 | 139.86 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 31 | 78 | 0 | 0.69 | 0.22 | 0.61 | 319.13 | 0.53 | 0.26 |
| Hex | 64 | 1F | 4E | 0 | 45 | 16 | 3D | 13F | 35 | 1A |
| Octal | 144 | 37 | 116 | 0 | 105 | 26 | 75 | 477 | 65 | 32 |
| Binary | 1100100 | 11111 | 1001110 | 0 | 1000101 | 10110 | 111101 | 100111111 | 110101 | 11010 |
Color Harmonies of #641F4E
Complementary color
Monochromatic Colors of #641F4E
Black with #641F4E
Text Example
Text Example
White with #641F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641F4E; }
p { color: rgb(100,31,78); }
H1.HeaderClassName
{
color: #641F4E;
}
.AnyTagClassName
{
color: #641F4E;
}
</style>
background-color css
<style>
a { background-color: #641F4E; }
a { background-color: rgb(100,31,78); }
div.DivClassName
{
background-color: #641F4E;
}
.BgClassName
{
background-color: #641F4E;
}
</style>
border-color css
<style>
span { border-color: #641F4E; }
span { border-color: rgb(100,31,78); }
td.TdClassName
{
border-color: #641F4E;
}
.TagClassName
{
border-color: #641F4E;
}
</style>