Shades of Pompadour #64134A
Tints of Pompadour #64134A
RGB
CMYK
RGB Variations
Color information
#64134A (or 0x64134A) is known color: Pompadour. HEX triplet: 64, 13 and 4A. RGB value is (100,19,74). Sum of RGB (Red+Green+Blue) = 100+19+74=193 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.81% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 100 - color contains mainly: red. Hex color #64134A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64134A is #9BECB5. Grayscale: #313131. Windows color (decimal): -10218678 or 4854628. OLE color: 4854628.
HSL color Cylindrical-coordinate representation of color #64134A: hue angle of 319.26º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #64134A is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 19 | 74 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.61 |
| HSL | 319.26º | 0.68% | 0.23% | - |
| HSV(B) | 319.26º | 0.81% | 0.39% | - |
| XYZ | 6.72 | 3.67 | 6.83 | - |
| YUV | 49.49 | 141.84 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 19 | 74 | 0 | 0.81 | 0.26 | 0.61 | 319.26 | 0.68 | 0.23 |
| Hex | 64 | 13 | 4A | 0 | 51 | 1A | 3D | 13F | 44 | 17 |
| Octal | 144 | 23 | 112 | 0 | 121 | 32 | 75 | 477 | 104 | 27 |
| Binary | 1100100 | 10011 | 1001010 | 0 | 1010001 | 11010 | 111101 | 100111111 | 1000100 | 10111 |
Color Harmonies of #64134A
Complementary color
Monochromatic Colors of #64134A
Black with #64134A
Text Example
Text Example
White with #64134A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64134A; }
p { color: rgb(100,19,74); }
H1.HeaderClassName
{
color: #64134A;
}
.AnyTagClassName
{
color: #64134A;
}
</style>
background-color css
<style>
a { background-color: #64134A; }
a { background-color: rgb(100,19,74); }
div.DivClassName
{
background-color: #64134A;
}
.BgClassName
{
background-color: #64134A;
}
</style>
border-color css
<style>
span { border-color: #64134A; }
span { border-color: rgb(100,19,74); }
td.TdClassName
{
border-color: #64134A;
}
.TagClassName
{
border-color: #64134A;
}
</style>