Shades of Pompadour #641D4E
Tints of Pompadour #641D4E
RGB
CMYK
RGB Variations
Color information
#641D4E (or 0x641D4E) is known color: Pompadour. HEX triplet: 64, 1D and 4E. RGB value is (100,29,78). Sum of RGB (Red+Green+Blue) = 100+29+78=207 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.31% from 207); Green value is 29 (11.72% from 255 or 14.01% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 100 - color contains mainly: red. Hex color #641D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641D4E is #9BE2B1. Grayscale: #373737. Windows color (decimal): -10216114 or 5119332. OLE color: 5119332.
HSL color Cylindrical-coordinate representation of color #641D4E: hue angle of 318.59º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #641D4E is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 29 | 78 | - |
| CMYK | 0 | 0.71 | 0.22 | 0.61 |
| HSL | 318.59º | 0.55% | 0.25% | - |
| HSV(B) | 318.59º | 0.71% | 0.39% | - |
| XYZ | 7.07 | 4.14 | 7.63 | - |
| YUV | 55.82 | 140.52 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 29 | 78 | 0 | 0.71 | 0.22 | 0.61 | 318.59 | 0.55 | 0.25 |
| Hex | 64 | 1D | 4E | 0 | 47 | 16 | 3D | 13F | 37 | 19 |
| Octal | 144 | 35 | 116 | 0 | 107 | 26 | 75 | 477 | 67 | 31 |
| Binary | 1100100 | 11101 | 1001110 | 0 | 1000111 | 10110 | 111101 | 100111111 | 110111 | 11001 |
Color Harmonies of #641D4E
Complementary color
Monochromatic Colors of #641D4E
Black with #641D4E
Text Example
Text Example
White with #641D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641D4E; }
p { color: rgb(100,29,78); }
H1.HeaderClassName
{
color: #641D4E;
}
.AnyTagClassName
{
color: #641D4E;
}
</style>
background-color css
<style>
a { background-color: #641D4E; }
a { background-color: rgb(100,29,78); }
div.DivClassName
{
background-color: #641D4E;
}
.BgClassName
{
background-color: #641D4E;
}
</style>
border-color css
<style>
span { border-color: #641D4E; }
span { border-color: rgb(100,29,78); }
td.TdClassName
{
border-color: #641D4E;
}
.TagClassName
{
border-color: #641D4E;
}
</style>