Shades of Lipstick #A11547
Tints of Lipstick #A11547
RGB
CMYK
RGB Variations
Color information
#A11547 (or 0xA11547) is known color: Lipstick. HEX triplet: A1, 15 and 47. RGB value is (161,21,71). Sum of RGB (Red+Green+Blue) = 161+21+71=253 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.64% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 71 (28.12% from 255 or 28.06% from 253); Max value from RGB is 161 - color contains mainly: red. Hex color #A11547 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11547 is #5EEAB8. Grayscale: #444444. Windows color (decimal): -6220473 or 4658593. OLE color: 4658593.
HSL color Cylindrical-coordinate representation of color #A11547: hue angle of 338.57º 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 #A11547 is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 21 | 71 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.37 |
| HSL | 338.57º | 0.77% | 0.36% | - |
| HSV(B) | 338.57º | 0.87% | 0.63% | - |
| XYZ | 16.1 | 8.57 | 6.77 | - |
| YUV | 68.56 | 129.38 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 21 | 71 | 0 | 0.87 | 0.56 | 0.37 | 338.57 | 0.77 | 0.36 |
| Hex | A1 | 15 | 47 | 0 | 57 | 38 | 25 | 153 | 4D | 24 |
| Octal | 241 | 25 | 107 | 0 | 127 | 70 | 45 | 523 | 115 | 44 |
| Binary | 10100001 | 10101 | 1000111 | 0 | 1010111 | 111000 | 100101 | 101010011 | 1001101 | 100100 |
Color Harmonies of #A11547
Complementary color
Monochromatic Colors of #A11547
Black with #A11547
Text Example
Text Example
White with #A11547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11547; }
p { color: rgb(161,21,71); }
H1.HeaderClassName
{
color: #A11547;
}
.AnyTagClassName
{
color: #A11547;
}
</style>
background-color css
<style>
a { background-color: #A11547; }
a { background-color: rgb(161,21,71); }
div.DivClassName
{
background-color: #A11547;
}
.BgClassName
{
background-color: #A11547;
}
</style>
border-color css
<style>
span { border-color: #A11547; }
span { border-color: rgb(161,21,71); }
td.TdClassName
{
border-color: #A11547;
}
.TagClassName
{
border-color: #A11547;
}
</style>