Shades of Pompadour #641B3C
Tints of Pompadour #641B3C
RGB
CMYK
RGB Variations
Color information
#641B3C (or 0x641B3C) is known color: Pompadour. HEX triplet: 64, 1B and 3C. RGB value is (100,27,60). Sum of RGB (Red+Green+Blue) = 100+27+60=187 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.48% from 187); Green value is 27 (10.94% from 255 or 14.44% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 100 - color contains mainly: red. Hex color #641B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #641B3C is #9BE4C3. Grayscale: #343434. Windows color (decimal): -10216644 or 3939172. OLE color: 3939172.
HSL color Cylindrical-coordinate representation of color #641B3C: hue angle of 332.88º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #641B3C is Cyan = 0, Magento = 0.73, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 27 | 60 | - |
| CMYK | 0 | 0.73 | 0.4 | 0.61 |
| HSL | 332.88º | 0.57% | 0.25% | - |
| HSV(B) | 332.88º | 0.73% | 0.39% | - |
| XYZ | 6.46 | 3.82 | 4.67 | - |
| YUV | 52.59 | 132.18 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 27 | 60 | 0 | 0.73 | 0.4 | 0.61 | 332.88 | 0.57 | 0.25 |
| Hex | 64 | 1B | 3C | 0 | 49 | 28 | 3D | 14D | 39 | 19 |
| Octal | 144 | 33 | 74 | 0 | 111 | 50 | 75 | 515 | 71 | 31 |
| Binary | 1100100 | 11011 | 111100 | 0 | 1001001 | 101000 | 111101 | 101001101 | 111001 | 11001 |
Color Harmonies of #641B3C
Complementary color
Monochromatic Colors of #641B3C
Black with #641B3C
Text Example
Text Example
White with #641B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641B3C; }
p { color: rgb(100,27,60); }
H1.HeaderClassName
{
color: #641B3C;
}
.AnyTagClassName
{
color: #641B3C;
}
</style>
background-color css
<style>
a { background-color: #641B3C; }
a { background-color: rgb(100,27,60); }
div.DivClassName
{
background-color: #641B3C;
}
.BgClassName
{
background-color: #641B3C;
}
</style>
border-color css
<style>
span { border-color: #641B3C; }
span { border-color: rgb(100,27,60); }
td.TdClassName
{
border-color: #641B3C;
}
.TagClassName
{
border-color: #641B3C;
}
</style>