Shades of Lipstick #A11D40
Tints of Lipstick #A11D40
RGB
CMYK
RGB Variations
Color information
#A11D40 (or 0xA11D40) is known color: Lipstick. HEX triplet: A1, 1D and 40. RGB value is (161,29,64). Sum of RGB (Red+Green+Blue) = 161+29+64=254 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.39% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11D40 is #5EE2BF. Grayscale: #484848. Windows color (decimal): -6218432 or 4201889. OLE color: 4201889.
HSL color Cylindrical-coordinate representation of color #A11D40: hue angle of 344.09º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A11D40 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 29 | 64 | - |
| CMYK | 0 | 0.82 | 0.60 | 0.37 |
| HSL | 344.09º | 0.69% | 0.37% | - |
| HSV(B) | 344.09º | 0.82% | 0.63% | - |
| XYZ | 16.06 | 8.83 | 5.71 | - |
| YUV | 72.46 | 123.23 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 29 | 64 | 0 | 0.82 | 0.60 | 0.37 | 344.09 | 0.69 | 0.37 |
| Hex | A1 | 1D | 40 | 0 | 52 | 3C | 25 | 158 | 45 | 25 |
| Octal | 241 | 35 | 100 | 0 | 122 | 74 | 45 | 530 | 105 | 45 |
| Binary | 10100001 | 11101 | 1000000 | 0 | 1010010 | 111100 | 100101 | 101011000 | 1000101 | 100101 |
Color Harmonies of #A11D40
Complementary color
Monochromatic Colors of #A11D40
Black with #A11D40
Text Example
Text Example
White with #A11D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11D40; }
p { color: rgb(161,29,64); }
H1.HeaderClassName
{
color: #A11D40;
}
.AnyTagClassName
{
color: #A11D40;
}
</style>
background-color css
<style>
a { background-color: #A11D40; }
a { background-color: rgb(161,29,64); }
div.DivClassName
{
background-color: #A11D40;
}
.BgClassName
{
background-color: #A11D40;
}
</style>
border-color css
<style>
span { border-color: #A11D40; }
span { border-color: rgb(161,29,64); }
td.TdClassName
{
border-color: #A11D40;
}
.TagClassName
{
border-color: #A11D40;
}
</style>