Shades of Lipstick #A11949
Tints of Lipstick #A11949
RGB
CMYK
RGB Variations
Color information
#A11949 (or 0xA11949) is known color: Lipstick. HEX triplet: A1, 19 and 49. RGB value is (161,25,73). Sum of RGB (Red+Green+Blue) = 161+25+73=259 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.16% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 161 - color contains mainly: red. Hex color #A11949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11949 is #5EE6B6. Grayscale: #474747. Windows color (decimal): -6219447 or 4790689. OLE color: 4790689.
HSL color Cylindrical-coordinate representation of color #A11949: hue angle of 338.82º 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 #A11949 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 25 | 73 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.37 |
| HSL | 338.82º | 0.73% | 0.36% | - |
| HSV(B) | 338.82º | 0.84% | 0.63% | - |
| XYZ | 16.25 | 8.75 | 7.14 | - |
| YUV | 71.14 | 129.06 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 25 | 73 | 0 | 0.84 | 0.55 | 0.37 | 338.82 | 0.73 | 0.36 |
| Hex | A1 | 19 | 49 | 0 | 54 | 37 | 25 | 153 | 49 | 24 |
| Octal | 241 | 31 | 111 | 0 | 124 | 67 | 45 | 523 | 111 | 44 |
| Binary | 10100001 | 11001 | 1001001 | 0 | 1010100 | 110111 | 100101 | 101010011 | 1001001 | 100100 |
Color Harmonies of #A11949
Complementary color
Monochromatic Colors of #A11949
Black with #A11949
Text Example
Text Example
White with #A11949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11949; }
p { color: rgb(161,25,73); }
H1.HeaderClassName
{
color: #A11949;
}
.AnyTagClassName
{
color: #A11949;
}
</style>
background-color css
<style>
a { background-color: #A11949; }
a { background-color: rgb(161,25,73); }
div.DivClassName
{
background-color: #A11949;
}
.BgClassName
{
background-color: #A11949;
}
</style>
border-color css
<style>
span { border-color: #A11949; }
span { border-color: rgb(161,25,73); }
td.TdClassName
{
border-color: #A11949;
}
.TagClassName
{
border-color: #A11949;
}
</style>