Shades of Pompadour #641A45
Tints of Pompadour #641A45
RGB
CMYK
RGB Variations
Color information
#641A45 (or 0x641A45) is known color: Pompadour. HEX triplet: 64, 1A and 45. RGB value is (100,26,69). Sum of RGB (Red+Green+Blue) = 100+26+69=195 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.28% from 195); Green value is 26 (10.55% from 255 or 13.33% from 195); Blue value is 69 (27.34% from 255 or 35.38% from 195); Max value from RGB is 100 - color contains mainly: red. Hex color #641A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #641A45 is #9BE5BA. Grayscale: #343434. Windows color (decimal): -10216891 or 4528740. OLE color: 4528740.
HSL color Cylindrical-coordinate representation of color #641A45: hue angle of 325.14º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #641A45 is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 26 | 69 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.61 |
| HSL | 325.14º | 0.59% | 0.25% | - |
| HSV(B) | 325.14º | 0.74% | 0.39% | - |
| XYZ | 6.7 | 3.88 | 6.03 | - |
| YUV | 53.03 | 137.02 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 26 | 69 | 0 | 0.74 | 0.31 | 0.61 | 325.14 | 0.59 | 0.25 |
| Hex | 64 | 1A | 45 | 0 | 4A | 1F | 3D | 145 | 3B | 19 |
| Octal | 144 | 32 | 105 | 0 | 112 | 37 | 75 | 505 | 73 | 31 |
| Binary | 1100100 | 11010 | 1000101 | 0 | 1001010 | 11111 | 111101 | 101000101 | 111011 | 11001 |
Color Harmonies of #641A45
Complementary color
Monochromatic Colors of #641A45
Black with #641A45
Text Example
Text Example
White with #641A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641A45; }
p { color: rgb(100,26,69); }
H1.HeaderClassName
{
color: #641A45;
}
.AnyTagClassName
{
color: #641A45;
}
</style>
background-color css
<style>
a { background-color: #641A45; }
a { background-color: rgb(100,26,69); }
div.DivClassName
{
background-color: #641A45;
}
.BgClassName
{
background-color: #641A45;
}
</style>
border-color css
<style>
span { border-color: #641A45; }
span { border-color: rgb(100,26,69); }
td.TdClassName
{
border-color: #641A45;
}
.TagClassName
{
border-color: #641A45;
}
</style>