Shades of Pompadour #641641
Tints of Pompadour #641641
RGB
CMYK
RGB Variations
Color information
#641641 (or 0x641641) is known color: Pompadour. HEX triplet: 64, 16 and 41. RGB value is (100,22,65). Sum of RGB (Red+Green+Blue) = 100+22+65=187 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.48% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 100 - color contains mainly: red. Hex color #641641 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641641 is #9BE9BE. Grayscale: #323232. Windows color (decimal): -10217919 or 4265572. OLE color: 4265572.
HSL color Cylindrical-coordinate representation of color #641641: hue angle of 326.92º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #641641 is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 22 | 65 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.61 |
| HSL | 326.92º | 0.64% | 0.24% | - |
| HSV(B) | 326.92º | 0.78% | 0.39% | - |
| XYZ | 6.5 | 3.66 | 5.37 | - |
| YUV | 50.22 | 136.34 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 22 | 65 | 0 | 0.78 | 0.35 | 0.61 | 326.92 | 0.64 | 0.24 |
| Hex | 64 | 16 | 41 | 0 | 4E | 23 | 3D | 147 | 40 | 18 |
| Octal | 144 | 26 | 101 | 0 | 116 | 43 | 75 | 507 | 100 | 30 |
| Binary | 1100100 | 10110 | 1000001 | 0 | 1001110 | 100011 | 111101 | 101000111 | 1000000 | 11000 |
Color Harmonies of #641641
Complementary color
Monochromatic Colors of #641641
Black with #641641
Text Example
Text Example
White with #641641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641641; }
p { color: rgb(100,22,65); }
H1.HeaderClassName
{
color: #641641;
}
.AnyTagClassName
{
color: #641641;
}
</style>
background-color css
<style>
a { background-color: #641641; }
a { background-color: rgb(100,22,65); }
div.DivClassName
{
background-color: #641641;
}
.BgClassName
{
background-color: #641641;
}
</style>
border-color css
<style>
span { border-color: #641641; }
span { border-color: rgb(100,22,65); }
td.TdClassName
{
border-color: #641641;
}
.TagClassName
{
border-color: #641641;
}
</style>