Shades of Pompadour #641F4F
Tints of Pompadour #641F4F
RGB
CMYK
RGB Variations
Color information
#641F4F (or 0x641F4F) is known color: Pompadour. HEX triplet: 64, 1F and 4F. RGB value is (100,31,79). Sum of RGB (Red+Green+Blue) = 100+31+79=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 79 (31.25% from 255 or 37.62% from 210); Max value from RGB is 100 - color contains mainly: red. Hex color #641F4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641F4F is #9BE0B0. Grayscale: #383838. Windows color (decimal): -10215601 or 5185380. OLE color: 5185380.
HSL color Cylindrical-coordinate representation of color #641F4F: hue angle of 318.26º 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 #641F4F is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 31 | 79 | - |
| CMYK | 0 | 0.69 | 0.21 | 0.61 |
| HSL | 318.26º | 0.53% | 0.26% | - |
| HSV(B) | 318.26º | 0.69% | 0.39% | - |
| XYZ | 7.16 | 4.25 | 7.84 | - |
| YUV | 57.1 | 140.36 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 31 | 79 | 0 | 0.69 | 0.21 | 0.61 | 318.26 | 0.53 | 0.26 |
| Hex | 64 | 1F | 4F | 0 | 45 | 15 | 3D | 13E | 35 | 1A |
| Octal | 144 | 37 | 117 | 0 | 105 | 25 | 75 | 476 | 65 | 32 |
| Binary | 1100100 | 11111 | 1001111 | 0 | 1000101 | 10101 | 111101 | 100111110 | 110101 | 11010 |
Color Harmonies of #641F4F
Complementary color
Monochromatic Colors of #641F4F
Black with #641F4F
Text Example
Text Example
White with #641F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641F4F; }
p { color: rgb(100,31,79); }
H1.HeaderClassName
{
color: #641F4F;
}
.AnyTagClassName
{
color: #641F4F;
}
</style>
background-color css
<style>
a { background-color: #641F4F; }
a { background-color: rgb(100,31,79); }
div.DivClassName
{
background-color: #641F4F;
}
.BgClassName
{
background-color: #641F4F;
}
</style>
border-color css
<style>
span { border-color: #641F4F; }
span { border-color: rgb(100,31,79); }
td.TdClassName
{
border-color: #641F4F;
}
.TagClassName
{
border-color: #641F4F;
}
</style>