Shades of Pompadour #641D3E
Tints of Pompadour #641D3E
RGB
CMYK
RGB Variations
Color information
#641D3E (or 0x641D3E) is known color: Pompadour. HEX triplet: 64, 1D and 3E. RGB value is (100,29,62). Sum of RGB (Red+Green+Blue) = 100+29+62=191 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.36% from 191); Green value is 29 (11.72% from 255 or 15.18% from 191); Blue value is 62 (24.61% from 255 or 32.46% from 191); Max value from RGB is 100 - color contains mainly: red. Hex color #641D3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #641D3E is #9BE2C1. Grayscale: #353535. Windows color (decimal): -10216130 or 4070756. OLE color: 4070756.
HSL color Cylindrical-coordinate representation of color #641D3E: hue angle of 332.11º 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 #641D3E is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 29 | 62 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.61 |
| HSL | 332.11º | 0.55% | 0.25% | - |
| HSV(B) | 332.11º | 0.71% | 0.39% | - |
| XYZ | 6.56 | 3.94 | 4.97 | - |
| YUV | 53.99 | 132.52 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 29 | 62 | 0 | 0.71 | 0.38 | 0.61 | 332.11 | 0.55 | 0.25 |
| Hex | 64 | 1D | 3E | 0 | 47 | 26 | 3D | 14C | 37 | 19 |
| Octal | 144 | 35 | 76 | 0 | 107 | 46 | 75 | 514 | 67 | 31 |
| Binary | 1100100 | 11101 | 111110 | 0 | 1000111 | 100110 | 111101 | 101001100 | 110111 | 11001 |
Color Harmonies of #641D3E
Complementary color
Monochromatic Colors of #641D3E
Black with #641D3E
Text Example
Text Example
White with #641D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641D3E; }
p { color: rgb(100,29,62); }
H1.HeaderClassName
{
color: #641D3E;
}
.AnyTagClassName
{
color: #641D3E;
}
</style>
background-color css
<style>
a { background-color: #641D3E; }
a { background-color: rgb(100,29,62); }
div.DivClassName
{
background-color: #641D3E;
}
.BgClassName
{
background-color: #641D3E;
}
</style>
border-color css
<style>
span { border-color: #641D3E; }
span { border-color: rgb(100,29,62); }
td.TdClassName
{
border-color: #641D3E;
}
.TagClassName
{
border-color: #641D3E;
}
</style>