Shades of Pompadour #64213C
Tints of Pompadour #64213C
RGB
CMYK
RGB Variations
Color information
#64213C (or 0x64213C) is known color: Pompadour. HEX triplet: 64, 21 and 3C. RGB value is (100,33,60). Sum of RGB (Red+Green+Blue) = 100+33+60=193 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.81% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 100 - color contains mainly: red. Hex color #64213C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64213C is #9BDEC3. Grayscale: #383838. Windows color (decimal): -10215108 or 3940708. OLE color: 3940708.
HSL color Cylindrical-coordinate representation of color #64213C: hue angle of 335.82º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #64213C is Cyan = 0, Magento = 0.67, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 33 | 60 | - |
| CMYK | 0 | 0.67 | 0.4 | 0.61 |
| HSL | 335.82º | 0.5% | 0.26% | - |
| HSV(B) | 335.82º | 0.67% | 0.39% | - |
| XYZ | 6.61 | 4.12 | 4.72 | - |
| YUV | 56.11 | 130.2 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 33 | 60 | 0 | 0.67 | 0.4 | 0.61 | 335.82 | 0.5 | 0.26 |
| Hex | 64 | 21 | 3C | 0 | 43 | 28 | 3D | 150 | 32 | 1A |
| Octal | 144 | 41 | 74 | 0 | 103 | 50 | 75 | 520 | 62 | 32 |
| Binary | 1100100 | 100001 | 111100 | 0 | 1000011 | 101000 | 111101 | 101010000 | 110010 | 11010 |
Color Harmonies of #64213C
Complementary color
Monochromatic Colors of #64213C
Black with #64213C
Text Example
Text Example
White with #64213C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64213C; }
p { color: rgb(100,33,60); }
H1.HeaderClassName
{
color: #64213C;
}
.AnyTagClassName
{
color: #64213C;
}
</style>
background-color css
<style>
a { background-color: #64213C; }
a { background-color: rgb(100,33,60); }
div.DivClassName
{
background-color: #64213C;
}
.BgClassName
{
background-color: #64213C;
}
</style>
border-color css
<style>
span { border-color: #64213C; }
span { border-color: rgb(100,33,60); }
td.TdClassName
{
border-color: #64213C;
}
.TagClassName
{
border-color: #64213C;
}
</style>