Shades of Lipstick #A1194B
Tints of Lipstick #A1194B
RGB
CMYK
RGB Variations
Color information
#A1194B (or 0xA1194B) is known color: Lipstick. HEX triplet: A1, 19 and 4B. RGB value is (161,25,75). Sum of RGB (Red+Green+Blue) = 161+25+75=261 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.69% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 161 - color contains mainly: red. Hex color #A1194B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1194B is #5EE6B4. Grayscale: #474747. Windows color (decimal): -6219445 or 4921761. OLE color: 4921761.
HSL color Cylindrical-coordinate representation of color #A1194B: hue angle of 337.94º 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 #A1194B is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 25 | 75 | - |
| CMYK | 0 | 0.84 | 0.53 | 0.37 |
| HSL | 337.94º | 0.73% | 0.36% | - |
| HSV(B) | 337.94º | 0.84% | 0.63% | - |
| XYZ | 16.32 | 8.78 | 7.49 | - |
| YUV | 71.36 | 130.06 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 25 | 75 | 0 | 0.84 | 0.53 | 0.37 | 337.94 | 0.73 | 0.36 |
| Hex | A1 | 19 | 4B | 0 | 54 | 35 | 25 | 152 | 49 | 24 |
| Octal | 241 | 31 | 113 | 0 | 124 | 65 | 45 | 522 | 111 | 44 |
| Binary | 10100001 | 11001 | 1001011 | 0 | 1010100 | 110101 | 100101 | 101010010 | 1001001 | 100100 |
Color Harmonies of #A1194B
Complementary color
Monochromatic Colors of #A1194B
Black with #A1194B
Text Example
Text Example
White with #A1194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1194B; }
p { color: rgb(161,25,75); }
H1.HeaderClassName
{
color: #A1194B;
}
.AnyTagClassName
{
color: #A1194B;
}
</style>
background-color css
<style>
a { background-color: #A1194B; }
a { background-color: rgb(161,25,75); }
div.DivClassName
{
background-color: #A1194B;
}
.BgClassName
{
background-color: #A1194B;
}
</style>
border-color css
<style>
span { border-color: #A1194B; }
span { border-color: rgb(161,25,75); }
td.TdClassName
{
border-color: #A1194B;
}
.TagClassName
{
border-color: #A1194B;
}
</style>