Shades of Pompadour #64223D
Tints of Pompadour #64223D
RGB
CMYK
RGB Variations
Color information
#64223D (or 0x64223D) is known color: Pompadour. HEX triplet: 64, 22 and 3D. RGB value is (100,34,61). Sum of RGB (Red+Green+Blue) = 100+34+61=195 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.28% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 61 (24.22% from 255 or 31.28% from 195); Max value from RGB is 100 - color contains mainly: red. Hex color #64223D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64223D is #9BDDC2. Grayscale: #383838. Windows color (decimal): -10214851 or 4006500. OLE color: 4006500.
HSL color Cylindrical-coordinate representation of color #64223D: hue angle of 335.45º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #64223D is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 34 | 61 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.61 |
| HSL | 335.45º | 0.49% | 0.26% | - |
| HSV(B) | 335.45º | 0.66% | 0.39% | - |
| XYZ | 6.67 | 4.19 | 4.87 | - |
| YUV | 56.81 | 130.37 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 34 | 61 | 0 | 0.66 | 0.39 | 0.61 | 335.45 | 0.49 | 0.26 |
| Hex | 64 | 22 | 3D | 0 | 42 | 27 | 3D | 14F | 31 | 1A |
| Octal | 144 | 42 | 75 | 0 | 102 | 47 | 75 | 517 | 61 | 32 |
| Binary | 1100100 | 100010 | 111101 | 0 | 1000010 | 100111 | 111101 | 101001111 | 110001 | 11010 |
Color Harmonies of #64223D
Complementary color
Monochromatic Colors of #64223D
Black with #64223D
Text Example
Text Example
White with #64223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64223D; }
p { color: rgb(100,34,61); }
H1.HeaderClassName
{
color: #64223D;
}
.AnyTagClassName
{
color: #64223D;
}
</style>
background-color css
<style>
a { background-color: #64223D; }
a { background-color: rgb(100,34,61); }
div.DivClassName
{
background-color: #64223D;
}
.BgClassName
{
background-color: #64223D;
}
</style>
border-color css
<style>
span { border-color: #64223D; }
span { border-color: rgb(100,34,61); }
td.TdClassName
{
border-color: #64223D;
}
.TagClassName
{
border-color: #64223D;
}
</style>