Shades of Pompadour #642642
Tints of Pompadour #642642
RGB
CMYK
RGB Variations
Color information
#642642 (or 0x642642) is known color: Pompadour. HEX triplet: 64, 26 and 42. RGB value is (100,38,66). Sum of RGB (Red+Green+Blue) = 100+38+66=204 (27% of max value = 765). Red value is 100 (39.45% from 255 or 49.02% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 100 - color contains mainly: red. Hex color #642642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642642 is #9BD9BD. Grayscale: #3B3B3B. Windows color (decimal): -10213822 or 4335204. OLE color: 4335204.
HSL color Cylindrical-coordinate representation of color #642642: hue angle of 332.9º 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 #642642 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 38 | 66 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.61 |
| HSL | 332.9º | 0.45% | 0.27% | - |
| HSV(B) | 332.9º | 0.62% | 0.39% | - |
| XYZ | 6.93 | 4.49 | 5.66 | - |
| YUV | 59.73 | 131.54 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 38 | 66 | 0 | 0.62 | 0.34 | 0.61 | 332.9 | 0.45 | 0.27 |
| Hex | 64 | 26 | 42 | 0 | 3E | 22 | 3D | 14D | 2D | 1B |
| Octal | 144 | 46 | 102 | 0 | 76 | 42 | 75 | 515 | 55 | 33 |
| Binary | 1100100 | 100110 | 1000010 | 0 | 111110 | 100010 | 111101 | 101001101 | 101101 | 11011 |
Color Harmonies of #642642
Complementary color
Monochromatic Colors of #642642
Black with #642642
Text Example
Text Example
White with #642642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642642; }
p { color: rgb(100,38,66); }
H1.HeaderClassName
{
color: #642642;
}
.AnyTagClassName
{
color: #642642;
}
</style>
background-color css
<style>
a { background-color: #642642; }
a { background-color: rgb(100,38,66); }
div.DivClassName
{
background-color: #642642;
}
.BgClassName
{
background-color: #642642;
}
</style>
border-color css
<style>
span { border-color: #642642; }
span { border-color: rgb(100,38,66); }
td.TdClassName
{
border-color: #642642;
}
.TagClassName
{
border-color: #642642;
}
</style>