Shades of Lipstick #A41A44
Tints of Lipstick #A41A44
RGB
CMYK
RGB Variations
Color information
#A41A44 (or 0xA41A44) is known color: Lipstick. HEX triplet: A4, 1A and 44. RGB value is (164,26,68). Sum of RGB (Red+Green+Blue) = 164+26+68=258 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.57% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 68 (26.95% from 255 or 26.36% from 258); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41A44 is #5BE5BB. Grayscale: #484848. Windows color (decimal): -6022588 or 4463268. OLE color: 4463268.
HSL color Cylindrical-coordinate representation of color #A41A44: hue angle of 341.74º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A41A44 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 26 | 68 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.36 |
| HSL | 341.74º | 0.73% | 0.37% | - |
| HSV(B) | 341.74º | 0.84% | 0.64% | - |
| XYZ | 16.72 | 9.05 | 6.33 | - |
| YUV | 72.05 | 125.72 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 26 | 68 | 0 | 0.84 | 0.59 | 0.36 | 341.74 | 0.73 | 0.37 |
| Hex | A4 | 1A | 44 | 0 | 54 | 3B | 24 | 156 | 49 | 25 |
| Octal | 244 | 32 | 104 | 0 | 124 | 73 | 44 | 526 | 111 | 45 |
| Binary | 10100100 | 11010 | 1000100 | 0 | 1010100 | 111011 | 100100 | 101010110 | 1001001 | 100101 |
Color Harmonies of #A41A44
Complementary color
Monochromatic Colors of #A41A44
Black with #A41A44
Text Example
Text Example
White with #A41A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41A44; }
p { color: rgb(164,26,68); }
H1.HeaderClassName
{
color: #A41A44;
}
.AnyTagClassName
{
color: #A41A44;
}
</style>
background-color css
<style>
a { background-color: #A41A44; }
a { background-color: rgb(164,26,68); }
div.DivClassName
{
background-color: #A41A44;
}
.BgClassName
{
background-color: #A41A44;
}
</style>
border-color css
<style>
span { border-color: #A41A44; }
span { border-color: rgb(164,26,68); }
td.TdClassName
{
border-color: #A41A44;
}
.TagClassName
{
border-color: #A41A44;
}
</style>