Shades of Pompadour #64123A
Tints of Pompadour #64123A
RGB
CMYK
RGB Variations
Color information
#64123A (or 0x64123A) is known color: Pompadour. HEX triplet: 64, 12 and 3A. RGB value is (100,18,58). Sum of RGB (Red+Green+Blue) = 100+18+58=176 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.82% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 100 - color contains mainly: red. Hex color #64123A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64123A is #9BEDC5. Grayscale: #2F2F2F. Windows color (decimal): -10218950 or 3805796. OLE color: 3805796.
HSL color Cylindrical-coordinate representation of color #64123A: hue angle of 330.73º 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 #64123A is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 18 | 58 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.61 |
| HSL | 330.73º | 0.69% | 0.23% | - |
| HSV(B) | 330.73º | 0.82% | 0.39% | - |
| XYZ | 6.24 | 3.45 | 4.34 | - |
| YUV | 47.08 | 134.17 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 18 | 58 | 0 | 0.82 | 0.42 | 0.61 | 330.73 | 0.69 | 0.23 |
| Hex | 64 | 12 | 3A | 0 | 52 | 2A | 3D | 14B | 45 | 17 |
| Octal | 144 | 22 | 72 | 0 | 122 | 52 | 75 | 513 | 105 | 27 |
| Binary | 1100100 | 10010 | 111010 | 0 | 1010010 | 101010 | 111101 | 101001011 | 1000101 | 10111 |
Color Harmonies of #64123A
Complementary color
Monochromatic Colors of #64123A
Black with #64123A
Text Example
Text Example
White with #64123A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64123A; }
p { color: rgb(100,18,58); }
H1.HeaderClassName
{
color: #64123A;
}
.AnyTagClassName
{
color: #64123A;
}
</style>
background-color css
<style>
a { background-color: #64123A; }
a { background-color: rgb(100,18,58); }
div.DivClassName
{
background-color: #64123A;
}
.BgClassName
{
background-color: #64123A;
}
</style>
border-color css
<style>
span { border-color: #64123A; }
span { border-color: rgb(100,18,58); }
td.TdClassName
{
border-color: #64123A;
}
.TagClassName
{
border-color: #64123A;
}
</style>