Shades of Lipstick #A41D40
Tints of Lipstick #A41D40
RGB
CMYK
RGB Variations
Color information
#A41D40 (or 0xA41D40) is known color: Lipstick. HEX triplet: A4, 1D and 40. RGB value is (164,29,64). Sum of RGB (Red+Green+Blue) = 164+29+64=257 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.81% from 257); Green value is 29 (11.72% from 255 or 11.28% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 164 - color contains mainly: red. Hex color #A41D40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41D40 is #5BE2BF. Grayscale: #494949. Windows color (decimal): -6021824 or 4201892. OLE color: 4201892.
HSL color Cylindrical-coordinate representation of color #A41D40: hue angle of 344.44º 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 #A41D40 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 29 | 64 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.36 |
| HSL | 344.44º | 0.7% | 0.38% | - |
| HSV(B) | 344.44º | 0.82% | 0.64% | - |
| XYZ | 16.67 | 9.14 | 5.74 | - |
| YUV | 73.36 | 122.73 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 29 | 64 | 0 | 0.82 | 0.61 | 0.36 | 344.44 | 0.7 | 0.38 |
| Hex | A4 | 1D | 40 | 0 | 52 | 3D | 24 | 158 | 46 | 26 |
| Octal | 244 | 35 | 100 | 0 | 122 | 75 | 44 | 530 | 106 | 46 |
| Binary | 10100100 | 11101 | 1000000 | 0 | 1010010 | 111101 | 100100 | 101011000 | 1000110 | 100110 |
Color Harmonies of #A41D40
Complementary color
Monochromatic Colors of #A41D40
Black with #A41D40
Text Example
Text Example
White with #A41D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41D40; }
p { color: rgb(164,29,64); }
H1.HeaderClassName
{
color: #A41D40;
}
.AnyTagClassName
{
color: #A41D40;
}
</style>
background-color css
<style>
a { background-color: #A41D40; }
a { background-color: rgb(164,29,64); }
div.DivClassName
{
background-color: #A41D40;
}
.BgClassName
{
background-color: #A41D40;
}
</style>
border-color css
<style>
span { border-color: #A41D40; }
span { border-color: rgb(164,29,64); }
td.TdClassName
{
border-color: #A41D40;
}
.TagClassName
{
border-color: #A41D40;
}
</style>