Shades of Pompadour #64164B
Tints of Pompadour #64164B
RGB
CMYK
RGB Variations
Color information
#64164B (or 0x64164B) is known color: Pompadour. HEX triplet: 64, 16 and 4B. RGB value is (100,22,75). Sum of RGB (Red+Green+Blue) = 100+22+75=197 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.76% from 197); Green value is 22 (8.98% from 255 or 11.17% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 100 - color contains mainly: red. Hex color #64164B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64164B is #9BE9B4. Grayscale: #333333. Windows color (decimal): -10217909 or 4920932. OLE color: 4920932.
HSL color Cylindrical-coordinate representation of color #64164B: hue angle of 319.23º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #64164B is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 22 | 75 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.61 |
| HSL | 319.23º | 0.64% | 0.24% | - |
| HSV(B) | 319.23º | 0.78% | 0.39% | - |
| XYZ | 6.81 | 3.79 | 7.03 | - |
| YUV | 51.36 | 141.34 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 22 | 75 | 0 | 0.78 | 0.25 | 0.61 | 319.23 | 0.64 | 0.24 |
| Hex | 64 | 16 | 4B | 0 | 4E | 19 | 3D | 13F | 40 | 18 |
| Octal | 144 | 26 | 113 | 0 | 116 | 31 | 75 | 477 | 100 | 30 |
| Binary | 1100100 | 10110 | 1001011 | 0 | 1001110 | 11001 | 111101 | 100111111 | 1000000 | 11000 |
Color Harmonies of #64164B
Complementary color
Monochromatic Colors of #64164B
Black with #64164B
Text Example
Text Example
White with #64164B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64164B; }
p { color: rgb(100,22,75); }
H1.HeaderClassName
{
color: #64164B;
}
.AnyTagClassName
{
color: #64164B;
}
</style>
background-color css
<style>
a { background-color: #64164B; }
a { background-color: rgb(100,22,75); }
div.DivClassName
{
background-color: #64164B;
}
.BgClassName
{
background-color: #64164B;
}
</style>
border-color css
<style>
span { border-color: #64164B; }
span { border-color: rgb(100,22,75); }
td.TdClassName
{
border-color: #64164B;
}
.TagClassName
{
border-color: #64164B;
}
</style>