Shades of Lipstick #A41E51
Tints of Lipstick #A41E51
RGB
CMYK
RGB Variations
Color information
#A41E51 (or 0xA41E51) is known color: Lipstick. HEX triplet: A4, 1E and 51. RGB value is (164,30,81). Sum of RGB (Red+Green+Blue) = 164+30+81=275 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.64% from 275); Green value is 30 (12.11% from 255 or 10.91% from 275); Blue value is 81 (32.03% from 255 or 29.45% from 275); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41E51 is #5BE1AE. Grayscale: #4B4B4B. Windows color (decimal): -6021551 or 5316260. OLE color: 5316260.
HSL color Cylindrical-coordinate representation of color #A41E51: hue angle of 337.16º 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 #A41E51 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 30 | 81 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.36 |
| HSL | 337.16º | 0.69% | 0.38% | - |
| HSV(B) | 337.16º | 0.82% | 0.64% | - |
| XYZ | 17.26 | 9.42 | 8.69 | - |
| YUV | 75.88 | 130.89 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 30 | 81 | 0 | 0.82 | 0.51 | 0.36 | 337.16 | 0.69 | 0.38 |
| Hex | A4 | 1E | 51 | 0 | 52 | 33 | 24 | 151 | 45 | 26 |
| Octal | 244 | 36 | 121 | 0 | 122 | 63 | 44 | 521 | 105 | 46 |
| Binary | 10100100 | 11110 | 1010001 | 0 | 1010010 | 110011 | 100100 | 101010001 | 1000101 | 100110 |
Color Harmonies of #A41E51
Complementary color
Monochromatic Colors of #A41E51
Black with #A41E51
Text Example
Text Example
White with #A41E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41E51; }
p { color: rgb(164,30,81); }
H1.HeaderClassName
{
color: #A41E51;
}
.AnyTagClassName
{
color: #A41E51;
}
</style>
background-color css
<style>
a { background-color: #A41E51; }
a { background-color: rgb(164,30,81); }
div.DivClassName
{
background-color: #A41E51;
}
.BgClassName
{
background-color: #A41E51;
}
</style>
border-color css
<style>
span { border-color: #A41E51; }
span { border-color: rgb(164,30,81); }
td.TdClassName
{
border-color: #A41E51;
}
.TagClassName
{
border-color: #A41E51;
}
</style>