Shades of Pompadour #641445
Tints of Pompadour #641445
RGB
CMYK
RGB Variations
Color information
#641445 (or 0x641445) is known color: Pompadour. HEX triplet: 64, 14 and 45. RGB value is (100,20,69). Sum of RGB (Red+Green+Blue) = 100+20+69=189 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.91% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 100 - color contains mainly: red. Hex color #641445 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641445 is #9BEBBA. Grayscale: #313131. Windows color (decimal): -10218427 or 4527204. OLE color: 4527204.
HSL color Cylindrical-coordinate representation of color #641445: hue angle of 323.25º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #641445 is Cyan = 0, Magento = 0.8, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 20 | 69 | - |
| CMYK | 0 | 0.8 | 0.31 | 0.61 |
| HSL | 323.25º | 0.67% | 0.24% | - |
| HSV(B) | 323.25º | 0.8% | 0.39% | - |
| XYZ | 6.58 | 3.64 | 5.99 | - |
| YUV | 49.51 | 139 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 20 | 69 | 0 | 0.8 | 0.31 | 0.61 | 323.25 | 0.67 | 0.24 |
| Hex | 64 | 14 | 45 | 0 | 50 | 1F | 3D | 143 | 43 | 18 |
| Octal | 144 | 24 | 105 | 0 | 120 | 37 | 75 | 503 | 103 | 30 |
| Binary | 1100100 | 10100 | 1000101 | 0 | 1010000 | 11111 | 111101 | 101000011 | 1000011 | 11000 |
Color Harmonies of #641445
Complementary color
Monochromatic Colors of #641445
Black with #641445
Text Example
Text Example
White with #641445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641445; }
p { color: rgb(100,20,69); }
H1.HeaderClassName
{
color: #641445;
}
.AnyTagClassName
{
color: #641445;
}
</style>
background-color css
<style>
a { background-color: #641445; }
a { background-color: rgb(100,20,69); }
div.DivClassName
{
background-color: #641445;
}
.BgClassName
{
background-color: #641445;
}
</style>
border-color css
<style>
span { border-color: #641445; }
span { border-color: rgb(100,20,69); }
td.TdClassName
{
border-color: #641445;
}
.TagClassName
{
border-color: #641445;
}
</style>