Shades of Pompadour #64224A
Tints of Pompadour #64224A
RGB
CMYK
RGB Variations
Color information
#64224A (or 0x64224A) is known color: Pompadour. HEX triplet: 64, 22 and 4A. RGB value is (100,34,74). Sum of RGB (Red+Green+Blue) = 100+34+74=208 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.08% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 100 - color contains mainly: red. Hex color #64224A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64224A is #9BDDB5. Grayscale: #3A3A3A. Windows color (decimal): -10214838 or 4858468. OLE color: 4858468.
HSL color Cylindrical-coordinate representation of color #64224A: hue angle of 323.64º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #64224A is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 34 | 74 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.61 |
| HSL | 323.64º | 0.49% | 0.26% | - |
| HSV(B) | 323.64º | 0.66% | 0.39% | - |
| XYZ | 7.06 | 4.35 | 6.95 | - |
| YUV | 58.29 | 136.87 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 34 | 74 | 0 | 0.66 | 0.26 | 0.61 | 323.64 | 0.49 | 0.26 |
| Hex | 64 | 22 | 4A | 0 | 42 | 1A | 3D | 144 | 31 | 1A |
| Octal | 144 | 42 | 112 | 0 | 102 | 32 | 75 | 504 | 61 | 32 |
| Binary | 1100100 | 100010 | 1001010 | 0 | 1000010 | 11010 | 111101 | 101000100 | 110001 | 11010 |
Color Harmonies of #64224A
Complementary color
Monochromatic Colors of #64224A
Black with #64224A
Text Example
Text Example
White with #64224A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64224A; }
p { color: rgb(100,34,74); }
H1.HeaderClassName
{
color: #64224A;
}
.AnyTagClassName
{
color: #64224A;
}
</style>
background-color css
<style>
a { background-color: #64224A; }
a { background-color: rgb(100,34,74); }
div.DivClassName
{
background-color: #64224A;
}
.BgClassName
{
background-color: #64224A;
}
</style>
border-color css
<style>
span { border-color: #64224A; }
span { border-color: rgb(100,34,74); }
td.TdClassName
{
border-color: #64224A;
}
.TagClassName
{
border-color: #64224A;
}
</style>