Shades of Pompadour #641B3E
Tints of Pompadour #641B3E
RGB
CMYK
RGB Variations
Color information
#641B3E (or 0x641B3E) is known color: Pompadour. HEX triplet: 64, 1B and 3E. RGB value is (100,27,62). Sum of RGB (Red+Green+Blue) = 100+27+62=189 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.91% from 189); Green value is 27 (10.94% from 255 or 14.29% from 189); Blue value is 62 (24.61% from 255 or 32.80% from 189); Max value from RGB is 100 - color contains mainly: red. Hex color #641B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #641B3E is #9BE4C1. Grayscale: #343434. Windows color (decimal): -10216642 or 4070244. OLE color: 4070244.
HSL color Cylindrical-coordinate representation of color #641B3E: hue angle of 331.23º 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 #641B3E is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 27 | 62 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.61 |
| HSL | 331.23º | 0.57% | 0.25% | - |
| HSV(B) | 331.23º | 0.73% | 0.39% | - |
| XYZ | 6.52 | 3.84 | 4.96 | - |
| YUV | 52.82 | 133.18 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 27 | 62 | 0 | 0.73 | 0.38 | 0.61 | 331.23 | 0.57 | 0.25 |
| Hex | 64 | 1B | 3E | 0 | 49 | 26 | 3D | 14B | 39 | 19 |
| Octal | 144 | 33 | 76 | 0 | 111 | 46 | 75 | 513 | 71 | 31 |
| Binary | 1100100 | 11011 | 111110 | 0 | 1001001 | 100110 | 111101 | 101001011 | 111001 | 11001 |
Color Harmonies of #641B3E
Complementary color
Monochromatic Colors of #641B3E
Black with #641B3E
Text Example
Text Example
White with #641B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641B3E; }
p { color: rgb(100,27,62); }
H1.HeaderClassName
{
color: #641B3E;
}
.AnyTagClassName
{
color: #641B3E;
}
</style>
background-color css
<style>
a { background-color: #641B3E; }
a { background-color: rgb(100,27,62); }
div.DivClassName
{
background-color: #641B3E;
}
.BgClassName
{
background-color: #641B3E;
}
</style>
border-color css
<style>
span { border-color: #641B3E; }
span { border-color: rgb(100,27,62); }
td.TdClassName
{
border-color: #641B3E;
}
.TagClassName
{
border-color: #641B3E;
}
</style>