Shades of Lipstick #A41D54
Tints of Lipstick #A41D54
RGB
CMYK
RGB Variations
Color information
#A41D54 (or 0xA41D54) is known color: Lipstick. HEX triplet: A4, 1D and 54. RGB value is (164,29,84). Sum of RGB (Red+Green+Blue) = 164+29+84=277 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.21% from 277); Green value is 29 (11.72% from 255 or 10.47% from 277); Blue value is 84 (33.20% from 255 or 30.32% from 277); Max value from RGB is 164 - color contains mainly: red. Hex color #A41D54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41D54 is #5BE2AB. Grayscale: #4B4B4B. Windows color (decimal): -6021804 or 5512612. OLE color: 5512612.
HSL color Cylindrical-coordinate representation of color #A41D54: hue angle of 335.56º degrees, saturation: 0.7, 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 #A41D54 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 29 | 84 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.36 |
| HSL | 335.56º | 0.7% | 0.38% | - |
| HSV(B) | 335.56º | 0.82% | 0.64% | - |
| XYZ | 17.35 | 9.41 | 9.29 | - |
| YUV | 75.64 | 132.73 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 29 | 84 | 0 | 0.82 | 0.49 | 0.36 | 335.56 | 0.7 | 0.38 |
| Hex | A4 | 1D | 54 | 0 | 52 | 31 | 24 | 150 | 46 | 26 |
| Octal | 244 | 35 | 124 | 0 | 122 | 61 | 44 | 520 | 106 | 46 |
| Binary | 10100100 | 11101 | 1010100 | 0 | 1010010 | 110001 | 100100 | 101010000 | 1000110 | 100110 |
Color Harmonies of #A41D54
Complementary color
Monochromatic Colors of #A41D54
Black with #A41D54
Text Example
Text Example
White with #A41D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41D54; }
p { color: rgb(164,29,84); }
H1.HeaderClassName
{
color: #A41D54;
}
.AnyTagClassName
{
color: #A41D54;
}
</style>
background-color css
<style>
a { background-color: #A41D54; }
a { background-color: rgb(164,29,84); }
div.DivClassName
{
background-color: #A41D54;
}
.BgClassName
{
background-color: #A41D54;
}
</style>
border-color css
<style>
span { border-color: #A41D54; }
span { border-color: rgb(164,29,84); }
td.TdClassName
{
border-color: #A41D54;
}
.TagClassName
{
border-color: #A41D54;
}
</style>