Shades of Lipstick #A11D59
Tints of Lipstick #A11D59
RGB
CMYK
RGB Variations
Color information
#A11D59 (or 0xA11D59) is known color: Lipstick. HEX triplet: A1, 1D and 59. RGB value is (161,29,89). Sum of RGB (Red+Green+Blue) = 161+29+89=279 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.71% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 89 (35.16% from 255 or 31.90% from 279); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11D59 is #5EE2A6. Grayscale: #4B4B4B. Windows color (decimal): -6218407 or 5840289. OLE color: 5840289.
HSL color Cylindrical-coordinate representation of color #A11D59: hue angle of 332.73º 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 #A11D59 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 29 | 89 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.37 |
| HSL | 332.73º | 0.69% | 0.37% | - |
| HSV(B) | 332.73º | 0.82% | 0.63% | - |
| XYZ | 16.94 | 9.18 | 10.33 | - |
| YUV | 75.31 | 135.73 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 29 | 89 | 0 | 0.82 | 0.45 | 0.37 | 332.73 | 0.69 | 0.37 |
| Hex | A1 | 1D | 59 | 0 | 52 | 2D | 25 | 14D | 45 | 25 |
| Octal | 241 | 35 | 131 | 0 | 122 | 55 | 45 | 515 | 105 | 45 |
| Binary | 10100001 | 11101 | 1011001 | 0 | 1010010 | 101101 | 100101 | 101001101 | 1000101 | 100101 |
Color Harmonies of #A11D59
Complementary color
Monochromatic Colors of #A11D59
Black with #A11D59
Text Example
Text Example
White with #A11D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11D59; }
p { color: rgb(161,29,89); }
H1.HeaderClassName
{
color: #A11D59;
}
.AnyTagClassName
{
color: #A11D59;
}
</style>
background-color css
<style>
a { background-color: #A11D59; }
a { background-color: rgb(161,29,89); }
div.DivClassName
{
background-color: #A11D59;
}
.BgClassName
{
background-color: #A11D59;
}
</style>
border-color css
<style>
span { border-color: #A11D59; }
span { border-color: rgb(161,29,89); }
td.TdClassName
{
border-color: #A11D59;
}
.TagClassName
{
border-color: #A11D59;
}
</style>