Shades of Pompadour #642843
Tints of Pompadour #642843
RGB
CMYK
RGB Variations
Color information
#642843 (or 0x642843) is known color: Pompadour. HEX triplet: 64, 28 and 43. RGB value is (100,40,67). Sum of RGB (Red+Green+Blue) = 100+40+67=207 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.31% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 67 (26.56% from 255 or 32.37% from 207); Max value from RGB is 100 - color contains mainly: red. Hex color #642843 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642843 is #9BD7BC. Grayscale: #3C3C3C. Windows color (decimal): -10213309 or 4401252. OLE color: 4401252.
HSL color Cylindrical-coordinate representation of color #642843: hue angle of 333º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #642843 is Cyan = 0, Magento = 0.6, Yellow = 0.33 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 40 | 67 | - |
| CMYK | 0 | 0.6 | 0.33 | 0.61 |
| HSL | 333º | 0.43% | 0.27% | - |
| HSV(B) | 333º | 0.6% | 0.39% | - |
| XYZ | 7.03 | 4.63 | 5.83 | - |
| YUV | 61.02 | 131.38 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 40 | 67 | 0 | 0.6 | 0.33 | 0.61 | 333 | 0.43 | 0.27 |
| Hex | 64 | 28 | 43 | 0 | 3C | 21 | 3D | 14D | 2B | 1B |
| Octal | 144 | 50 | 103 | 0 | 74 | 41 | 75 | 515 | 53 | 33 |
| Binary | 1100100 | 101000 | 1000011 | 0 | 111100 | 100001 | 111101 | 101001101 | 101011 | 11011 |
Color Harmonies of #642843
Complementary color
Monochromatic Colors of #642843
Black with #642843
Text Example
Text Example
White with #642843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642843; }
p { color: rgb(100,40,67); }
H1.HeaderClassName
{
color: #642843;
}
.AnyTagClassName
{
color: #642843;
}
</style>
background-color css
<style>
a { background-color: #642843; }
a { background-color: rgb(100,40,67); }
div.DivClassName
{
background-color: #642843;
}
.BgClassName
{
background-color: #642843;
}
</style>
border-color css
<style>
span { border-color: #642843; }
span { border-color: rgb(100,40,67); }
td.TdClassName
{
border-color: #642843;
}
.TagClassName
{
border-color: #642843;
}
</style>