Shades of Pompadour #64203B
Tints of Pompadour #64203B
RGB
CMYK
RGB Variations
Color information
#64203B (or 0x64203B) is known color: Pompadour. HEX triplet: 64, 20 and 3B. RGB value is (100,32,59). Sum of RGB (Red+Green+Blue) = 100+32+59=191 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.36% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 59 (23.44% from 255 or 30.89% from 191); Max value from RGB is 100 - color contains mainly: red. Hex color #64203B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64203B is #9BDFC4. Grayscale: #373737. Windows color (decimal): -10215365 or 3874916. OLE color: 3874916.
HSL color Cylindrical-coordinate representation of color #64203B: hue angle of 336.18º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64203B is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 32 | 59 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.61 |
| HSL | 336.18º | 0.52% | 0.26% | - |
| HSV(B) | 336.18º | 0.68% | 0.39% | - |
| XYZ | 6.56 | 4.06 | 4.58 | - |
| YUV | 55.41 | 130.03 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 32 | 59 | 0 | 0.68 | 0.41 | 0.61 | 336.18 | 0.52 | 0.26 |
| Hex | 64 | 20 | 3B | 0 | 44 | 29 | 3D | 150 | 34 | 1A |
| Octal | 144 | 40 | 73 | 0 | 104 | 51 | 75 | 520 | 64 | 32 |
| Binary | 1100100 | 100000 | 111011 | 0 | 1000100 | 101001 | 111101 | 101010000 | 110100 | 11010 |
Color Harmonies of #64203B
Complementary color
Monochromatic Colors of #64203B
Black with #64203B
Text Example
Text Example
White with #64203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64203B; }
p { color: rgb(100,32,59); }
H1.HeaderClassName
{
color: #64203B;
}
.AnyTagClassName
{
color: #64203B;
}
</style>
background-color css
<style>
a { background-color: #64203B; }
a { background-color: rgb(100,32,59); }
div.DivClassName
{
background-color: #64203B;
}
.BgClassName
{
background-color: #64203B;
}
</style>
border-color css
<style>
span { border-color: #64203B; }
span { border-color: rgb(100,32,59); }
td.TdClassName
{
border-color: #64203B;
}
.TagClassName
{
border-color: #64203B;
}
</style>