Shades of Lipstick #A11940
Tints of Lipstick #A11940
RGB
CMYK
RGB Variations
Color information
#A11940 (or 0xA11940) is known color: Lipstick. HEX triplet: A1, 19 and 40. RGB value is (161,25,64). Sum of RGB (Red+Green+Blue) = 161+25+64=250 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.4% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 161 - color contains mainly: red. Hex color #A11940 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11940 is #5EE6BF. Grayscale: #464646. Windows color (decimal): -6219456 or 4200865. OLE color: 4200865.
HSL color Cylindrical-coordinate representation of color #A11940: hue angle of 342.79º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A11940 is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 25 | 64 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.37 |
| HSL | 342.79º | 0.73% | 0.36% | - |
| HSV(B) | 342.79º | 0.84% | 0.63% | - |
| XYZ | 15.97 | 8.64 | 5.68 | - |
| YUV | 70.11 | 124.56 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 25 | 64 | 0 | 0.84 | 0.60 | 0.37 | 342.79 | 0.73 | 0.36 |
| Hex | A1 | 19 | 40 | 0 | 54 | 3C | 25 | 157 | 49 | 24 |
| Octal | 241 | 31 | 100 | 0 | 124 | 74 | 45 | 527 | 111 | 44 |
| Binary | 10100001 | 11001 | 1000000 | 0 | 1010100 | 111100 | 100101 | 101010111 | 1001001 | 100100 |
Color Harmonies of #A11940
Complementary color
Monochromatic Colors of #A11940
Black with #A11940
Text Example
Text Example
White with #A11940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11940; }
p { color: rgb(161,25,64); }
H1.HeaderClassName
{
color: #A11940;
}
.AnyTagClassName
{
color: #A11940;
}
</style>
background-color css
<style>
a { background-color: #A11940; }
a { background-color: rgb(161,25,64); }
div.DivClassName
{
background-color: #A11940;
}
.BgClassName
{
background-color: #A11940;
}
</style>
border-color css
<style>
span { border-color: #A11940; }
span { border-color: rgb(161,25,64); }
td.TdClassName
{
border-color: #A11940;
}
.TagClassName
{
border-color: #A11940;
}
</style>