Shades of Pompadour #642647
Tints of Pompadour #642647
RGB
CMYK
RGB Variations
Color information
#642647 (or 0x642647) is known color: Pompadour. HEX triplet: 64, 26 and 47. RGB value is (100,38,71). Sum of RGB (Red+Green+Blue) = 100+38+71=209 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.85% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 71 (28.12% from 255 or 33.97% from 209); Max value from RGB is 100 - color contains mainly: red. Hex color #642647 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642647 is #9BD9B8. Grayscale: #3C3C3C. Windows color (decimal): -10213817 or 4662884. OLE color: 4662884.
HSL color Cylindrical-coordinate representation of color #642647: hue angle of 328.06º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #642647 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 38 | 71 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.61 |
| HSL | 328.06º | 0.45% | 0.27% | - |
| HSV(B) | 328.06º | 0.62% | 0.39% | - |
| XYZ | 7.09 | 4.55 | 6.47 | - |
| YUV | 60.3 | 134.04 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 38 | 71 | 0 | 0.62 | 0.29 | 0.61 | 328.06 | 0.45 | 0.27 |
| Hex | 64 | 26 | 47 | 0 | 3E | 1D | 3D | 148 | 2D | 1B |
| Octal | 144 | 46 | 107 | 0 | 76 | 35 | 75 | 510 | 55 | 33 |
| Binary | 1100100 | 100110 | 1000111 | 0 | 111110 | 11101 | 111101 | 101001000 | 101101 | 11011 |
Color Harmonies of #642647
Complementary color
Monochromatic Colors of #642647
Black with #642647
Text Example
Text Example
White with #642647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642647; }
p { color: rgb(100,38,71); }
H1.HeaderClassName
{
color: #642647;
}
.AnyTagClassName
{
color: #642647;
}
</style>
background-color css
<style>
a { background-color: #642647; }
a { background-color: rgb(100,38,71); }
div.DivClassName
{
background-color: #642647;
}
.BgClassName
{
background-color: #642647;
}
</style>
border-color css
<style>
span { border-color: #642647; }
span { border-color: rgb(100,38,71); }
td.TdClassName
{
border-color: #642647;
}
.TagClassName
{
border-color: #642647;
}
</style>