Shades of Pompadour #64173A
Tints of Pompadour #64173A
RGB
CMYK
RGB Variations
Color information
#64173A (or 0x64173A) is known color: Pompadour. HEX triplet: 64, 17 and 3A. RGB value is (100,23,58). Sum of RGB (Red+Green+Blue) = 100+23+58=181 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.25% from 181); Green value is 23 (9.38% from 255 or 12.71% from 181); Blue value is 58 (23.05% from 255 or 32.04% from 181); Max value from RGB is 100 - color contains mainly: red. Hex color #64173A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64173A is #9BE8C5. Grayscale: #313131. Windows color (decimal): -10217670 or 3807076. OLE color: 3807076.
HSL color Cylindrical-coordinate representation of color #64173A: hue angle of 332.73º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #64173A is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 23 | 58 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.61 |
| HSL | 332.73º | 0.63% | 0.24% | - |
| HSV(B) | 332.73º | 0.77% | 0.39% | - |
| XYZ | 6.33 | 3.63 | 4.37 | - |
| YUV | 50.01 | 132.51 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 23 | 58 | 0 | 0.77 | 0.42 | 0.61 | 332.73 | 0.63 | 0.24 |
| Hex | 64 | 17 | 3A | 0 | 4D | 2A | 3D | 14D | 3F | 18 |
| Octal | 144 | 27 | 72 | 0 | 115 | 52 | 75 | 515 | 77 | 30 |
| Binary | 1100100 | 10111 | 111010 | 0 | 1001101 | 101010 | 111101 | 101001101 | 111111 | 11000 |
Color Harmonies of #64173A
Complementary color
Monochromatic Colors of #64173A
Black with #64173A
Text Example
Text Example
White with #64173A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64173A; }
p { color: rgb(100,23,58); }
H1.HeaderClassName
{
color: #64173A;
}
.AnyTagClassName
{
color: #64173A;
}
</style>
background-color css
<style>
a { background-color: #64173A; }
a { background-color: rgb(100,23,58); }
div.DivClassName
{
background-color: #64173A;
}
.BgClassName
{
background-color: #64173A;
}
</style>
border-color css
<style>
span { border-color: #64173A; }
span { border-color: rgb(100,23,58); }
td.TdClassName
{
border-color: #64173A;
}
.TagClassName
{
border-color: #64173A;
}
</style>