Shades of Pompadour #64274D
Tints of Pompadour #64274D
RGB
CMYK
RGB Variations
Color information
#64274D (or 0x64274D) is known color: Pompadour. HEX triplet: 64, 27 and 4D. RGB value is (100,39,77). Sum of RGB (Red+Green+Blue) = 100+39+77=216 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.30% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 100 - color contains mainly: red. Hex color #64274D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64274D is #9BD8B2. Grayscale: #3D3D3D. Windows color (decimal): -10213555 or 5056356. OLE color: 5056356.
HSL color Cylindrical-coordinate representation of color #64274D: hue angle of 322.62º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64274D is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 39 | 77 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.61 |
| HSL | 322.62º | 0.44% | 0.27% | - |
| HSV(B) | 322.62º | 0.61% | 0.39% | - |
| XYZ | 7.32 | 4.7 | 7.54 | - |
| YUV | 61.57 | 136.71 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 39 | 77 | 0 | 0.61 | 0.23 | 0.61 | 322.62 | 0.44 | 0.27 |
| Hex | 64 | 27 | 4D | 0 | 3D | 17 | 3D | 143 | 2C | 1B |
| Octal | 144 | 47 | 115 | 0 | 75 | 27 | 75 | 503 | 54 | 33 |
| Binary | 1100100 | 100111 | 1001101 | 0 | 111101 | 10111 | 111101 | 101000011 | 101100 | 11011 |
Color Harmonies of #64274D
Complementary color
Monochromatic Colors of #64274D
Black with #64274D
Text Example
Text Example
White with #64274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64274D; }
p { color: rgb(100,39,77); }
H1.HeaderClassName
{
color: #64274D;
}
.AnyTagClassName
{
color: #64274D;
}
</style>
background-color css
<style>
a { background-color: #64274D; }
a { background-color: rgb(100,39,77); }
div.DivClassName
{
background-color: #64274D;
}
.BgClassName
{
background-color: #64274D;
}
</style>
border-color css
<style>
span { border-color: #64274D; }
span { border-color: rgb(100,39,77); }
td.TdClassName
{
border-color: #64274D;
}
.TagClassName
{
border-color: #64274D;
}
</style>