Shades of Pompadour #64163F
Tints of Pompadour #64163F
RGB
CMYK
RGB Variations
Color information
#64163F (or 0x64163F) is known color: Pompadour. HEX triplet: 64, 16 and 3F. RGB value is (100,22,63). Sum of RGB (Red+Green+Blue) = 100+22+63=185 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.05% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 100 - color contains mainly: red. Hex color #64163F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64163F is #9BE9C0. Grayscale: #313131. Windows color (decimal): -10217921 or 4134500. OLE color: 4134500.
HSL color Cylindrical-coordinate representation of color #64163F: hue angle of 328.46º 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 #64163F is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 22 | 63 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.61 |
| HSL | 328.46º | 0.64% | 0.24% | - |
| HSV(B) | 328.46º | 0.78% | 0.39% | - |
| XYZ | 6.44 | 3.64 | 5.07 | - |
| YUV | 50 | 135.34 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 22 | 63 | 0 | 0.78 | 0.37 | 0.61 | 328.46 | 0.64 | 0.24 |
| Hex | 64 | 16 | 3F | 0 | 4E | 25 | 3D | 148 | 40 | 18 |
| Octal | 144 | 26 | 77 | 0 | 116 | 45 | 75 | 510 | 100 | 30 |
| Binary | 1100100 | 10110 | 111111 | 0 | 1001110 | 100101 | 111101 | 101001000 | 1000000 | 11000 |
Color Harmonies of #64163F
Complementary color
Monochromatic Colors of #64163F
Black with #64163F
Text Example
Text Example
White with #64163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64163F; }
p { color: rgb(100,22,63); }
H1.HeaderClassName
{
color: #64163F;
}
.AnyTagClassName
{
color: #64163F;
}
</style>
background-color css
<style>
a { background-color: #64163F; }
a { background-color: rgb(100,22,63); }
div.DivClassName
{
background-color: #64163F;
}
.BgClassName
{
background-color: #64163F;
}
</style>
border-color css
<style>
span { border-color: #64163F; }
span { border-color: rgb(100,22,63); }
td.TdClassName
{
border-color: #64163F;
}
.TagClassName
{
border-color: #64163F;
}
</style>