Shades of Pompadour #64153E
Tints of Pompadour #64153E
RGB
CMYK
RGB Variations
Color information
#64153E (or 0x64153E) is known color: Pompadour. HEX triplet: 64, 15 and 3E. RGB value is (100,21,62). Sum of RGB (Red+Green+Blue) = 100+21+62=183 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.64% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 62 (24.61% from 255 or 33.88% from 183); Max value from RGB is 100 - color contains mainly: red. Hex color #64153E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64153E is #9BEAC1. Grayscale: #313131. Windows color (decimal): -10218178 or 4068708. OLE color: 4068708.
HSL color Cylindrical-coordinate representation of color #64153E: hue angle of 328.86º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #64153E is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 21 | 62 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.61 |
| HSL | 328.86º | 0.65% | 0.24% | - |
| HSV(B) | 328.86º | 0.79% | 0.39% | - |
| XYZ | 6.39 | 3.59 | 4.91 | - |
| YUV | 49.3 | 135.17 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 21 | 62 | 0 | 0.79 | 0.38 | 0.61 | 328.86 | 0.65 | 0.24 |
| Hex | 64 | 15 | 3E | 0 | 4F | 26 | 3D | 149 | 41 | 18 |
| Octal | 144 | 25 | 76 | 0 | 117 | 46 | 75 | 511 | 101 | 30 |
| Binary | 1100100 | 10101 | 111110 | 0 | 1001111 | 100110 | 111101 | 101001001 | 1000001 | 11000 |
Color Harmonies of #64153E
Complementary color
Monochromatic Colors of #64153E
Black with #64153E
Text Example
Text Example
White with #64153E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64153E; }
p { color: rgb(100,21,62); }
H1.HeaderClassName
{
color: #64153E;
}
.AnyTagClassName
{
color: #64153E;
}
</style>
background-color css
<style>
a { background-color: #64153E; }
a { background-color: rgb(100,21,62); }
div.DivClassName
{
background-color: #64153E;
}
.BgClassName
{
background-color: #64153E;
}
</style>
border-color css
<style>
span { border-color: #64153E; }
span { border-color: rgb(100,21,62); }
td.TdClassName
{
border-color: #64153E;
}
.TagClassName
{
border-color: #64153E;
}
</style>