Shades of Pompadour #64284A
Tints of Pompadour #64284A
RGB
CMYK
RGB Variations
Color information
#64284A (or 0x64284A) is known color: Pompadour. HEX triplet: 64, 28 and 4A. RGB value is (100,40,74). Sum of RGB (Red+Green+Blue) = 100+40+74=214 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.73% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 100 - color contains mainly: red. Hex color #64284A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64284A is #9BD7B5. Grayscale: #3D3D3D. Windows color (decimal): -10213302 or 4860004. OLE color: 4860004.
HSL color Cylindrical-coordinate representation of color #64284A: hue angle of 326º 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 #64284A is Cyan = 0, Magento = 0.6, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 40 | 74 | - |
| CMYK | 0 | 0.6 | 0.26 | 0.61 |
| HSL | 326º | 0.43% | 0.27% | - |
| HSV(B) | 326º | 0.6% | 0.39% | - |
| XYZ | 7.25 | 4.72 | 7.01 | - |
| YUV | 61.82 | 134.88 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 40 | 74 | 0 | 0.6 | 0.26 | 0.61 | 326 | 0.43 | 0.27 |
| Hex | 64 | 28 | 4A | 0 | 3C | 1A | 3D | 146 | 2B | 1B |
| Octal | 144 | 50 | 112 | 0 | 74 | 32 | 75 | 506 | 53 | 33 |
| Binary | 1100100 | 101000 | 1001010 | 0 | 111100 | 11010 | 111101 | 101000110 | 101011 | 11011 |
Color Harmonies of #64284A
Complementary color
Monochromatic Colors of #64284A
Black with #64284A
Text Example
Text Example
White with #64284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64284A; }
p { color: rgb(100,40,74); }
H1.HeaderClassName
{
color: #64284A;
}
.AnyTagClassName
{
color: #64284A;
}
</style>
background-color css
<style>
a { background-color: #64284A; }
a { background-color: rgb(100,40,74); }
div.DivClassName
{
background-color: #64284A;
}
.BgClassName
{
background-color: #64284A;
}
</style>
border-color css
<style>
span { border-color: #64284A; }
span { border-color: rgb(100,40,74); }
td.TdClassName
{
border-color: #64284A;
}
.TagClassName
{
border-color: #64284A;
}
</style>