Shades of Pompadour #64144D
Tints of Pompadour #64144D
RGB
CMYK
RGB Variations
Color information
#64144D (or 0x64144D) is known color: Pompadour. HEX triplet: 64, 14 and 4D. RGB value is (100,20,77). Sum of RGB (Red+Green+Blue) = 100+20+77=197 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.76% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 100 - color contains mainly: red. Hex color #64144D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64144D is #9BEBB2. Grayscale: #323232. Windows color (decimal): -10218419 or 5051492. OLE color: 5051492.
HSL color Cylindrical-coordinate representation of color #64144D: hue angle of 317.25º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #64144D is Cyan = 0, Magento = 0.8, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 20 | 77 | - |
| CMYK | 0 | 0.8 | 0.23 | 0.61 |
| HSL | 317.25º | 0.67% | 0.24% | - |
| HSV(B) | 317.25º | 0.8% | 0.39% | - |
| XYZ | 6.85 | 3.75 | 7.38 | - |
| YUV | 50.42 | 143 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 20 | 77 | 0 | 0.8 | 0.23 | 0.61 | 317.25 | 0.67 | 0.24 |
| Hex | 64 | 14 | 4D | 0 | 50 | 17 | 3D | 13D | 43 | 18 |
| Octal | 144 | 24 | 115 | 0 | 120 | 27 | 75 | 475 | 103 | 30 |
| Binary | 1100100 | 10100 | 1001101 | 0 | 1010000 | 10111 | 111101 | 100111101 | 1000011 | 11000 |
Color Harmonies of #64144D
Complementary color
Monochromatic Colors of #64144D
Black with #64144D
Text Example
Text Example
White with #64144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64144D; }
p { color: rgb(100,20,77); }
H1.HeaderClassName
{
color: #64144D;
}
.AnyTagClassName
{
color: #64144D;
}
</style>
background-color css
<style>
a { background-color: #64144D; }
a { background-color: rgb(100,20,77); }
div.DivClassName
{
background-color: #64144D;
}
.BgClassName
{
background-color: #64144D;
}
</style>
border-color css
<style>
span { border-color: #64144D; }
span { border-color: rgb(100,20,77); }
td.TdClassName
{
border-color: #64144D;
}
.TagClassName
{
border-color: #64144D;
}
</style>