Shades of Pompadour #641F4A
Tints of Pompadour #641F4A
RGB
CMYK
RGB Variations
Color information
#641F4A (or 0x641F4A) is known color: Pompadour. HEX triplet: 64, 1F and 4A. RGB value is (100,31,74). Sum of RGB (Red+Green+Blue) = 100+31+74=205 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.78% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 100 - color contains mainly: red. Hex color #641F4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #641F4A is #9BE0B5. Grayscale: #383838. Windows color (decimal): -10215606 or 4857700. OLE color: 4857700.
HSL color Cylindrical-coordinate representation of color #641F4A: hue angle of 322.61º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #641F4A is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 31 | 74 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.61 |
| HSL | 322.61º | 0.53% | 0.26% | - |
| HSV(B) | 322.61º | 0.69% | 0.39% | - |
| XYZ | 6.98 | 4.18 | 6.92 | - |
| YUV | 56.53 | 137.86 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 31 | 74 | 0 | 0.69 | 0.26 | 0.61 | 322.61 | 0.53 | 0.26 |
| Hex | 64 | 1F | 4A | 0 | 45 | 1A | 3D | 143 | 35 | 1A |
| Octal | 144 | 37 | 112 | 0 | 105 | 32 | 75 | 503 | 65 | 32 |
| Binary | 1100100 | 11111 | 1001010 | 0 | 1000101 | 11010 | 111101 | 101000011 | 110101 | 11010 |
Color Harmonies of #641F4A
Complementary color
Monochromatic Colors of #641F4A
Black with #641F4A
Text Example
Text Example
White with #641F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641F4A; }
p { color: rgb(100,31,74); }
H1.HeaderClassName
{
color: #641F4A;
}
.AnyTagClassName
{
color: #641F4A;
}
</style>
background-color css
<style>
a { background-color: #641F4A; }
a { background-color: rgb(100,31,74); }
div.DivClassName
{
background-color: #641F4A;
}
.BgClassName
{
background-color: #641F4A;
}
</style>
border-color css
<style>
span { border-color: #641F4A; }
span { border-color: rgb(100,31,74); }
td.TdClassName
{
border-color: #641F4A;
}
.TagClassName
{
border-color: #641F4A;
}
</style>