Shades of Lipstick #A41E55
Tints of Lipstick #A41E55
RGB
CMYK
RGB Variations
Color information
#A41E55 (or 0xA41E55) is known color: Lipstick. HEX triplet: A4, 1E and 55. RGB value is (164,30,85). Sum of RGB (Red+Green+Blue) = 164+30+85=279 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.78% from 279); Green value is 30 (12.11% from 255 or 10.75% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41E55 is #5BE1AA. Grayscale: #4C4C4C. Windows color (decimal): -6021547 or 5578404. OLE color: 5578404.
HSL color Cylindrical-coordinate representation of color #A41E55: hue angle of 335.37º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A41E55 is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 30 | 85 | - |
| CMYK | 0 | 0.82 | 0.48 | 0.36 |
| HSL | 335.37º | 0.69% | 0.38% | - |
| HSV(B) | 335.37º | 0.82% | 0.64% | - |
| XYZ | 17.41 | 9.48 | 9.51 | - |
| YUV | 76.34 | 132.89 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 30 | 85 | 0 | 0.82 | 0.48 | 0.36 | 335.37 | 0.69 | 0.38 |
| Hex | A4 | 1E | 55 | 0 | 52 | 30 | 24 | 14F | 45 | 26 |
| Octal | 244 | 36 | 125 | 0 | 122 | 60 | 44 | 517 | 105 | 46 |
| Binary | 10100100 | 11110 | 1010101 | 0 | 1010010 | 110000 | 100100 | 101001111 | 1000101 | 100110 |
Color Harmonies of #A41E55
Complementary color
Monochromatic Colors of #A41E55
Black with #A41E55
Text Example
Text Example
White with #A41E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41E55; }
p { color: rgb(164,30,85); }
H1.HeaderClassName
{
color: #A41E55;
}
.AnyTagClassName
{
color: #A41E55;
}
</style>
background-color css
<style>
a { background-color: #A41E55; }
a { background-color: rgb(164,30,85); }
div.DivClassName
{
background-color: #A41E55;
}
.BgClassName
{
background-color: #A41E55;
}
</style>
border-color css
<style>
span { border-color: #A41E55; }
span { border-color: rgb(164,30,85); }
td.TdClassName
{
border-color: #A41E55;
}
.TagClassName
{
border-color: #A41E55;
}
</style>