Shades of Pompadour #64264A
Tints of Pompadour #64264A
RGB
CMYK
RGB Variations
Color information
#64264A (or 0x64264A) is known color: Pompadour. HEX triplet: 64, 26 and 4A. RGB value is (100,38,74). Sum of RGB (Red+Green+Blue) = 100+38+74=212 (28% of max value = 765). Red value is 100 (39.45% from 255 or 47.17% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 100 - color contains mainly: red. Hex color #64264A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64264A is #9BD9B5. Grayscale: #3C3C3C. Windows color (decimal): -10213814 or 4859492. OLE color: 4859492.
HSL color Cylindrical-coordinate representation of color #64264A: hue angle of 325.16º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #64264A is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 38 | 74 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.61 |
| HSL | 325.16º | 0.45% | 0.27% | - |
| HSV(B) | 325.16º | 0.62% | 0.39% | - |
| XYZ | 7.18 | 4.59 | 6.99 | - |
| YUV | 60.64 | 135.54 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 38 | 74 | 0 | 0.62 | 0.26 | 0.61 | 325.16 | 0.45 | 0.27 |
| Hex | 64 | 26 | 4A | 0 | 3E | 1A | 3D | 145 | 2D | 1B |
| Octal | 144 | 46 | 112 | 0 | 76 | 32 | 75 | 505 | 55 | 33 |
| Binary | 1100100 | 100110 | 1001010 | 0 | 111110 | 11010 | 111101 | 101000101 | 101101 | 11011 |
Color Harmonies of #64264A
Complementary color
Monochromatic Colors of #64264A
Black with #64264A
Text Example
Text Example
White with #64264A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64264A; }
p { color: rgb(100,38,74); }
H1.HeaderClassName
{
color: #64264A;
}
.AnyTagClassName
{
color: #64264A;
}
</style>
background-color css
<style>
a { background-color: #64264A; }
a { background-color: rgb(100,38,74); }
div.DivClassName
{
background-color: #64264A;
}
.BgClassName
{
background-color: #64264A;
}
</style>
border-color css
<style>
span { border-color: #64264A; }
span { border-color: rgb(100,38,74); }
td.TdClassName
{
border-color: #64264A;
}
.TagClassName
{
border-color: #64264A;
}
</style>