Shades of Pompadour #64234D
Tints of Pompadour #64234D
RGB
CMYK
RGB Variations
Color information
#64234D (or 0x64234D) is known color: Pompadour. HEX triplet: 64, 23 and 4D. RGB value is (100,35,77). Sum of RGB (Red+Green+Blue) = 100+35+77=212 (28% of max value = 765). Red value is 100 (39.45% from 255 or 47.17% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 100 - color contains mainly: red. Hex color #64234D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64234D is #9BDCB2. Grayscale: #3B3B3B. Windows color (decimal): -10214579 or 5055332. OLE color: 5055332.
HSL color Cylindrical-coordinate representation of color #64234D: hue angle of 321.23º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #64234D is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 35 | 77 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.61 |
| HSL | 321.23º | 0.48% | 0.26% | - |
| HSV(B) | 321.23º | 0.65% | 0.39% | - |
| XYZ | 7.2 | 4.45 | 7.5 | - |
| YUV | 59.22 | 138.03 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 35 | 77 | 0 | 0.65 | 0.23 | 0.61 | 321.23 | 0.48 | 0.26 |
| Hex | 64 | 23 | 4D | 0 | 41 | 17 | 3D | 141 | 30 | 1A |
| Octal | 144 | 43 | 115 | 0 | 101 | 27 | 75 | 501 | 60 | 32 |
| Binary | 1100100 | 100011 | 1001101 | 0 | 1000001 | 10111 | 111101 | 101000001 | 110000 | 11010 |
Color Harmonies of #64234D
Complementary color
Monochromatic Colors of #64234D
Black with #64234D
Text Example
Text Example
White with #64234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64234D; }
p { color: rgb(100,35,77); }
H1.HeaderClassName
{
color: #64234D;
}
.AnyTagClassName
{
color: #64234D;
}
</style>
background-color css
<style>
a { background-color: #64234D; }
a { background-color: rgb(100,35,77); }
div.DivClassName
{
background-color: #64234D;
}
.BgClassName
{
background-color: #64234D;
}
</style>
border-color css
<style>
span { border-color: #64234D; }
span { border-color: rgb(100,35,77); }
td.TdClassName
{
border-color: #64234D;
}
.TagClassName
{
border-color: #64234D;
}
</style>