Shades of Lipstick #A11F49
Tints of Lipstick #A11F49
RGB
CMYK
RGB Variations
Color information
#A11F49 (or 0xA11F49) is known color: Lipstick. HEX triplet: A1, 1F and 49. RGB value is (161,31,73). Sum of RGB (Red+Green+Blue) = 161+31+73=265 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.75% from 265); Green value is 31 (12.5% from 255 or 11.70% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 161 - color contains mainly: red. Hex color #A11F49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11F49 is #5EE0B6. Grayscale: #4A4A4A. Windows color (decimal): -6217911 or 4792225. OLE color: 4792225.
HSL color Cylindrical-coordinate representation of color #A11F49: hue angle of 340.62º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A11F49 is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 31 | 73 | - |
| CMYK | 0 | 0.81 | 0.55 | 0.37 |
| HSL | 340.62º | 0.68% | 0.38% | - |
| HSV(B) | 340.62º | 0.81% | 0.63% | - |
| XYZ | 16.39 | 9.04 | 7.18 | - |
| YUV | 74.66 | 127.07 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 31 | 73 | 0 | 0.81 | 0.55 | 0.37 | 340.62 | 0.68 | 0.38 |
| Hex | A1 | 1F | 49 | 0 | 51 | 37 | 25 | 155 | 44 | 26 |
| Octal | 241 | 37 | 111 | 0 | 121 | 67 | 45 | 525 | 104 | 46 |
| Binary | 10100001 | 11111 | 1001001 | 0 | 1010001 | 110111 | 100101 | 101010101 | 1000100 | 100110 |
Color Harmonies of #A11F49
Complementary color
Monochromatic Colors of #A11F49
Black with #A11F49
Text Example
Text Example
White with #A11F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11F49; }
p { color: rgb(161,31,73); }
H1.HeaderClassName
{
color: #A11F49;
}
.AnyTagClassName
{
color: #A11F49;
}
</style>
background-color css
<style>
a { background-color: #A11F49; }
a { background-color: rgb(161,31,73); }
div.DivClassName
{
background-color: #A11F49;
}
.BgClassName
{
background-color: #A11F49;
}
</style>
border-color css
<style>
span { border-color: #A11F49; }
span { border-color: rgb(161,31,73); }
td.TdClassName
{
border-color: #A11F49;
}
.TagClassName
{
border-color: #A11F49;
}
</style>