Shades of Pompadour #64123D
Tints of Pompadour #64123D
RGB
CMYK
RGB Variations
Color information
#64123D (or 0x64123D) is known color: Pompadour. HEX triplet: 64, 12 and 3D. RGB value is (100,18,61). Sum of RGB (Red+Green+Blue) = 100+18+61=179 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.87% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 61 (24.22% from 255 or 34.08% from 179); Max value from RGB is 100 - color contains mainly: red. Hex color #64123D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64123D is #9BEDC2. Grayscale: #2F2F2F. Windows color (decimal): -10218947 or 4002404. OLE color: 4002404.
HSL color Cylindrical-coordinate representation of color #64123D: hue angle of 328.54º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #64123D is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 18 | 61 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.61 |
| HSL | 328.54º | 0.69% | 0.23% | - |
| HSV(B) | 328.54º | 0.82% | 0.39% | - |
| XYZ | 6.31 | 3.48 | 4.75 | - |
| YUV | 47.42 | 135.67 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 18 | 61 | 0 | 0.82 | 0.39 | 0.61 | 328.54 | 0.69 | 0.23 |
| Hex | 64 | 12 | 3D | 0 | 52 | 27 | 3D | 149 | 45 | 17 |
| Octal | 144 | 22 | 75 | 0 | 122 | 47 | 75 | 511 | 105 | 27 |
| Binary | 1100100 | 10010 | 111101 | 0 | 1010010 | 100111 | 111101 | 101001001 | 1000101 | 10111 |
Color Harmonies of #64123D
Complementary color
Monochromatic Colors of #64123D
Black with #64123D
Text Example
Text Example
White with #64123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64123D; }
p { color: rgb(100,18,61); }
H1.HeaderClassName
{
color: #64123D;
}
.AnyTagClassName
{
color: #64123D;
}
</style>
background-color css
<style>
a { background-color: #64123D; }
a { background-color: rgb(100,18,61); }
div.DivClassName
{
background-color: #64123D;
}
.BgClassName
{
background-color: #64123D;
}
</style>
border-color css
<style>
span { border-color: #64123D; }
span { border-color: rgb(100,18,61); }
td.TdClassName
{
border-color: #64123D;
}
.TagClassName
{
border-color: #64123D;
}
</style>