Shades of Lipstick #A11546
Tints of Lipstick #A11546
RGB
CMYK
RGB Variations
Color information
#A11546 (or 0xA11546) is known color: Lipstick. HEX triplet: A1, 15 and 46. RGB value is (161,21,70). Sum of RGB (Red+Green+Blue) = 161+21+70=252 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.89% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 70 (27.73% from 255 or 27.78% from 252); Max value from RGB is 161 - color contains mainly: red. Hex color #A11546 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11546 is #5EEAB9. Grayscale: #444444. Windows color (decimal): -6220474 or 4593057. OLE color: 4593057.
HSL color Cylindrical-coordinate representation of color #A11546: hue angle of 339º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A11546 is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 21 | 70 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.37 |
| HSL | 339º | 0.77% | 0.36% | - |
| HSV(B) | 339º | 0.87% | 0.63% | - |
| XYZ | 16.07 | 8.56 | 6.6 | - |
| YUV | 68.45 | 128.88 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 21 | 70 | 0 | 0.87 | 0.57 | 0.37 | 339 | 0.77 | 0.36 |
| Hex | A1 | 15 | 46 | 0 | 57 | 39 | 25 | 153 | 4D | 24 |
| Octal | 241 | 25 | 106 | 0 | 127 | 71 | 45 | 523 | 115 | 44 |
| Binary | 10100001 | 10101 | 1000110 | 0 | 1010111 | 111001 | 100101 | 101010011 | 1001101 | 100100 |
Color Harmonies of #A11546
Complementary color
Monochromatic Colors of #A11546
Black with #A11546
Text Example
Text Example
White with #A11546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11546; }
p { color: rgb(161,21,70); }
H1.HeaderClassName
{
color: #A11546;
}
.AnyTagClassName
{
color: #A11546;
}
</style>
background-color css
<style>
a { background-color: #A11546; }
a { background-color: rgb(161,21,70); }
div.DivClassName
{
background-color: #A11546;
}
.BgClassName
{
background-color: #A11546;
}
</style>
border-color css
<style>
span { border-color: #A11546; }
span { border-color: rgb(161,21,70); }
td.TdClassName
{
border-color: #A11546;
}
.TagClassName
{
border-color: #A11546;
}
</style>