Shades of Pompadour #641C3C
Tints of Pompadour #641C3C
RGB
CMYK
RGB Variations
Color information
#641C3C (or 0x641C3C) is known color: Pompadour. HEX triplet: 64, 1C and 3C. RGB value is (100,28,60). Sum of RGB (Red+Green+Blue) = 100+28+60=188 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.19% from 188); Green value is 28 (11.33% from 255 or 14.89% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 100 - color contains mainly: red. Hex color #641C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #641C3C is #9BE3C3. Grayscale: #353535. Windows color (decimal): -10216388 or 3939428. OLE color: 3939428.
HSL color Cylindrical-coordinate representation of color #641C3C: hue angle of 333.33º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #641C3C is Cyan = 0, Magento = 0.72, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 28 | 60 | - |
| CMYK | 0 | 0.72 | 0.4 | 0.61 |
| HSL | 333.33º | 0.56% | 0.25% | - |
| HSV(B) | 333.33º | 0.72% | 0.39% | - |
| XYZ | 6.49 | 3.87 | 4.68 | - |
| YUV | 53.18 | 131.85 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 28 | 60 | 0 | 0.72 | 0.4 | 0.61 | 333.33 | 0.56 | 0.25 |
| Hex | 64 | 1C | 3C | 0 | 48 | 28 | 3D | 14D | 38 | 19 |
| Octal | 144 | 34 | 74 | 0 | 110 | 50 | 75 | 515 | 70 | 31 |
| Binary | 1100100 | 11100 | 111100 | 0 | 1001000 | 101000 | 111101 | 101001101 | 111000 | 11001 |
Color Harmonies of #641C3C
Complementary color
Monochromatic Colors of #641C3C
Black with #641C3C
Text Example
Text Example
White with #641C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641C3C; }
p { color: rgb(100,28,60); }
H1.HeaderClassName
{
color: #641C3C;
}
.AnyTagClassName
{
color: #641C3C;
}
</style>
background-color css
<style>
a { background-color: #641C3C; }
a { background-color: rgb(100,28,60); }
div.DivClassName
{
background-color: #641C3C;
}
.BgClassName
{
background-color: #641C3C;
}
</style>
border-color css
<style>
span { border-color: #641C3C; }
span { border-color: rgb(100,28,60); }
td.TdClassName
{
border-color: #641C3C;
}
.TagClassName
{
border-color: #641C3C;
}
</style>