Shades of Pompadour #643151
Tints of Pompadour #643151
RGB
CMYK
RGB Variations
Color information
#643151 (or 0x643151) is known color: Pompadour. HEX triplet: 64, 31 and 51. RGB value is (100,49,81). Sum of RGB (Red+Green+Blue) = 100+49+81=230 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.48% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 100 - color contains mainly: red. Hex color #643151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643151 is #9BCEAE. Grayscale: #434343. Windows color (decimal): -10210991 or 5321060. OLE color: 5321060.
HSL color Cylindrical-coordinate representation of color #643151: hue angle of 322.35º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #643151 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 49 | 81 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.61 |
| HSL | 322.35º | 0.34% | 0.29% | - |
| HSV(B) | 322.35º | 0.51% | 0.39% | - |
| XYZ | 7.84 | 5.5 | 8.43 | - |
| YUV | 67.9 | 135.4 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 49 | 81 | 0 | 0.51 | 0.19 | 0.61 | 322.35 | 0.34 | 0.29 |
| Hex | 64 | 31 | 51 | 0 | 33 | 13 | 3D | 142 | 22 | 1D |
| Octal | 144 | 61 | 121 | 0 | 63 | 23 | 75 | 502 | 42 | 35 |
| Binary | 1100100 | 110001 | 1010001 | 0 | 110011 | 10011 | 111101 | 101000010 | 100010 | 11101 |
Color Harmonies of #643151
Complementary color
Monochromatic Colors of #643151
Black with #643151
Text Example
Text Example
White with #643151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643151; }
p { color: rgb(100,49,81); }
H1.HeaderClassName
{
color: #643151;
}
.AnyTagClassName
{
color: #643151;
}
</style>
background-color css
<style>
a { background-color: #643151; }
a { background-color: rgb(100,49,81); }
div.DivClassName
{
background-color: #643151;
}
.BgClassName
{
background-color: #643151;
}
</style>
border-color css
<style>
span { border-color: #643151; }
span { border-color: rgb(100,49,81); }
td.TdClassName
{
border-color: #643151;
}
.TagClassName
{
border-color: #643151;
}
</style>