Shades of Pompadour #641D41
Tints of Pompadour #641D41
RGB
CMYK
RGB Variations
Color information
#641D41 (or 0x641D41) is known color: Pompadour. HEX triplet: 64, 1D and 41. RGB value is (100,29,65). Sum of RGB (Red+Green+Blue) = 100+29+65=194 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.55% from 194); Green value is 29 (11.72% from 255 or 14.95% from 194); Blue value is 65 (25.78% from 255 or 33.51% from 194); Max value from RGB is 100 - color contains mainly: red. Hex color #641D41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #641D41 is #9BE2BE. Grayscale: #363636. Windows color (decimal): -10216127 or 4267364. OLE color: 4267364.
HSL color Cylindrical-coordinate representation of color #641D41: hue angle of 329.58º 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 #641D41 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 29 | 65 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.61 |
| HSL | 329.58º | 0.55% | 0.25% | - |
| HSV(B) | 329.58º | 0.71% | 0.39% | - |
| XYZ | 6.65 | 3.97 | 5.42 | - |
| YUV | 54.33 | 134.02 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 29 | 65 | 0 | 0.71 | 0.35 | 0.61 | 329.58 | 0.55 | 0.25 |
| Hex | 64 | 1D | 41 | 0 | 47 | 23 | 3D | 14A | 37 | 19 |
| Octal | 144 | 35 | 101 | 0 | 107 | 43 | 75 | 512 | 67 | 31 |
| Binary | 1100100 | 11101 | 1000001 | 0 | 1000111 | 100011 | 111101 | 101001010 | 110111 | 11001 |
Color Harmonies of #641D41
Complementary color
Monochromatic Colors of #641D41
Black with #641D41
Text Example
Text Example
White with #641D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641D41; }
p { color: rgb(100,29,65); }
H1.HeaderClassName
{
color: #641D41;
}
.AnyTagClassName
{
color: #641D41;
}
</style>
background-color css
<style>
a { background-color: #641D41; }
a { background-color: rgb(100,29,65); }
div.DivClassName
{
background-color: #641D41;
}
.BgClassName
{
background-color: #641D41;
}
</style>
border-color css
<style>
span { border-color: #641D41; }
span { border-color: rgb(100,29,65); }
td.TdClassName
{
border-color: #641D41;
}
.TagClassName
{
border-color: #641D41;
}
</style>