Shades of Pompadour #64284B
Tints of Pompadour #64284B
RGB
CMYK
RGB Variations
Color information
#64284B (or 0x64284B) is known color: Pompadour. HEX triplet: 64, 28 and 4B. RGB value is (100,40,75). Sum of RGB (Red+Green+Blue) = 100+40+75=215 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.51% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 100 - color contains mainly: red. Hex color #64284B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64284B is #9BD7B4. Grayscale: #3D3D3D. Windows color (decimal): -10213301 or 4925540. OLE color: 4925540.
HSL color Cylindrical-coordinate representation of color #64284B: hue angle of 325º 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 #64284B is Cyan = 0, Magento = 0.6, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 40 | 75 | - |
| CMYK | 0 | 0.6 | 0.25 | 0.61 |
| HSL | 325º | 0.43% | 0.27% | - |
| HSV(B) | 325º | 0.6% | 0.39% | - |
| XYZ | 7.28 | 4.73 | 7.19 | - |
| YUV | 61.93 | 135.38 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 40 | 75 | 0 | 0.6 | 0.25 | 0.61 | 325 | 0.43 | 0.27 |
| Hex | 64 | 28 | 4B | 0 | 3C | 19 | 3D | 145 | 2B | 1B |
| Octal | 144 | 50 | 113 | 0 | 74 | 31 | 75 | 505 | 53 | 33 |
| Binary | 1100100 | 101000 | 1001011 | 0 | 111100 | 11001 | 111101 | 101000101 | 101011 | 11011 |
Color Harmonies of #64284B
Complementary color
Monochromatic Colors of #64284B
Black with #64284B
Text Example
Text Example
White with #64284B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64284B; }
p { color: rgb(100,40,75); }
H1.HeaderClassName
{
color: #64284B;
}
.AnyTagClassName
{
color: #64284B;
}
</style>
background-color css
<style>
a { background-color: #64284B; }
a { background-color: rgb(100,40,75); }
div.DivClassName
{
background-color: #64284B;
}
.BgClassName
{
background-color: #64284B;
}
</style>
border-color css
<style>
span { border-color: #64284B; }
span { border-color: rgb(100,40,75); }
td.TdClassName
{
border-color: #64284B;
}
.TagClassName
{
border-color: #64284B;
}
</style>