Shades of Pompadour #642945
Tints of Pompadour #642945
RGB
CMYK
RGB Variations
Color information
#642945 (or 0x642945) is known color: Pompadour. HEX triplet: 64, 29 and 45. RGB value is (100,41,69). Sum of RGB (Red+Green+Blue) = 100+41+69=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 100 - color contains mainly: red. Hex color #642945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642945 is #9BD6BA. Grayscale: #3D3D3D. Windows color (decimal): -10213051 or 4532580. OLE color: 4532580.
HSL color Cylindrical-coordinate representation of color #642945: hue angle of 331.53º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #642945 is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 41 | 69 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.61 |
| HSL | 331.53º | 0.42% | 0.28% | - |
| HSV(B) | 331.53º | 0.59% | 0.39% | - |
| XYZ | 7.12 | 4.72 | 6.17 | - |
| YUV | 61.83 | 132.05 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 41 | 69 | 0 | 0.59 | 0.31 | 0.61 | 331.53 | 0.42 | 0.28 |
| Hex | 64 | 29 | 45 | 0 | 3B | 1F | 3D | 14C | 2A | 1C |
| Octal | 144 | 51 | 105 | 0 | 73 | 37 | 75 | 514 | 52 | 34 |
| Binary | 1100100 | 101001 | 1000101 | 0 | 111011 | 11111 | 111101 | 101001100 | 101010 | 11100 |
Color Harmonies of #642945
Complementary color
Monochromatic Colors of #642945
Black with #642945
Text Example
Text Example
White with #642945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642945; }
p { color: rgb(100,41,69); }
H1.HeaderClassName
{
color: #642945;
}
.AnyTagClassName
{
color: #642945;
}
</style>
background-color css
<style>
a { background-color: #642945; }
a { background-color: rgb(100,41,69); }
div.DivClassName
{
background-color: #642945;
}
.BgClassName
{
background-color: #642945;
}
</style>
border-color css
<style>
span { border-color: #642945; }
span { border-color: rgb(100,41,69); }
td.TdClassName
{
border-color: #642945;
}
.TagClassName
{
border-color: #642945;
}
</style>