Shades of Pompadour #64184B
Tints of Pompadour #64184B
RGB
CMYK
RGB Variations
Color information
#64184B (or 0x64184B) is known color: Pompadour. HEX triplet: 64, 18 and 4B. RGB value is (100,24,75). Sum of RGB (Red+Green+Blue) = 100+24+75=199 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.25% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 100 - color contains mainly: red. Hex color #64184B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64184B is #9BE7B4. Grayscale: #343434. Windows color (decimal): -10217397 or 4921444. OLE color: 4921444.
HSL color Cylindrical-coordinate representation of color #64184B: hue angle of 319.74º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #64184B is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 24 | 75 | - |
| CMYK | 0 | 0.76 | 0.25 | 0.61 |
| HSL | 319.74º | 0.61% | 0.24% | - |
| HSV(B) | 319.74º | 0.76% | 0.39% | - |
| XYZ | 6.85 | 3.87 | 7.04 | - |
| YUV | 52.54 | 140.68 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 24 | 75 | 0 | 0.76 | 0.25 | 0.61 | 319.74 | 0.61 | 0.24 |
| Hex | 64 | 18 | 4B | 0 | 4C | 19 | 3D | 140 | 3D | 18 |
| Octal | 144 | 30 | 113 | 0 | 114 | 31 | 75 | 500 | 75 | 30 |
| Binary | 1100100 | 11000 | 1001011 | 0 | 1001100 | 11001 | 111101 | 101000000 | 111101 | 11000 |
Color Harmonies of #64184B
Complementary color
Monochromatic Colors of #64184B
Black with #64184B
Text Example
Text Example
White with #64184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64184B; }
p { color: rgb(100,24,75); }
H1.HeaderClassName
{
color: #64184B;
}
.AnyTagClassName
{
color: #64184B;
}
</style>
background-color css
<style>
a { background-color: #64184B; }
a { background-color: rgb(100,24,75); }
div.DivClassName
{
background-color: #64184B;
}
.BgClassName
{
background-color: #64184B;
}
</style>
border-color css
<style>
span { border-color: #64184B; }
span { border-color: rgb(100,24,75); }
td.TdClassName
{
border-color: #64184B;
}
.TagClassName
{
border-color: #64184B;
}
</style>