Shades of Lipstick #A11240
Tints of Lipstick #A11240
RGB
CMYK
RGB Variations
Color information
#A11240 (or 0xA11240) is known color: Lipstick. HEX triplet: A1, 12 and 40. RGB value is (161,18,64). Sum of RGB (Red+Green+Blue) = 161+18+64=243 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.26% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 161 - color contains mainly: red. Hex color #A11240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11240 is #5EEDBF. Grayscale: #414141. Windows color (decimal): -6221248 or 4199073. OLE color: 4199073.
HSL color Cylindrical-coordinate representation of color #A11240: hue angle of 340.7º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A11240 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 18 | 64 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.37 |
| HSL | 340.7º | 0.8% | 0.35% | - |
| HSV(B) | 340.7º | 0.89% | 0.63% | - |
| XYZ | 15.84 | 8.38 | 5.63 | - |
| YUV | 66 | 126.88 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 18 | 64 | 0 | 0.89 | 0.60 | 0.37 | 340.7 | 0.8 | 0.35 |
| Hex | A1 | 12 | 40 | 0 | 59 | 3C | 25 | 155 | 50 | 23 |
| Octal | 241 | 22 | 100 | 0 | 131 | 74 | 45 | 525 | 120 | 43 |
| Binary | 10100001 | 10010 | 1000000 | 0 | 1011001 | 111100 | 100101 | 101010101 | 1010000 | 100011 |
Color Harmonies of #A11240
Complementary color
Monochromatic Colors of #A11240
Black with #A11240
Text Example
Text Example
White with #A11240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11240; }
p { color: rgb(161,18,64); }
H1.HeaderClassName
{
color: #A11240;
}
.AnyTagClassName
{
color: #A11240;
}
</style>
background-color css
<style>
a { background-color: #A11240; }
a { background-color: rgb(161,18,64); }
div.DivClassName
{
background-color: #A11240;
}
.BgClassName
{
background-color: #A11240;
}
</style>
border-color css
<style>
span { border-color: #A11240; }
span { border-color: rgb(161,18,64); }
td.TdClassName
{
border-color: #A11240;
}
.TagClassName
{
border-color: #A11240;
}
</style>