Shades of Lipstick #A1184E
Tints of Lipstick #A1184E
RGB
CMYK
RGB Variations
Color information
#A1184E (or 0xA1184E) is known color: Lipstick. HEX triplet: A1, 18 and 4E. RGB value is (161,24,78). Sum of RGB (Red+Green+Blue) = 161+24+78=263 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.22% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 161 - color contains mainly: red. Hex color #A1184E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1184E is #5EE7B1. Grayscale: #474747. Windows color (decimal): -6219698 or 5118113. OLE color: 5118113.
HSL color Cylindrical-coordinate representation of color #A1184E: hue angle of 336.35º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A1184E is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 24 | 78 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.37 |
| HSL | 336.35º | 0.74% | 0.36% | - |
| HSV(B) | 336.35º | 0.85% | 0.63% | - |
| XYZ | 16.4 | 8.78 | 8.04 | - |
| YUV | 71.12 | 131.89 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 24 | 78 | 0 | 0.85 | 0.52 | 0.37 | 336.35 | 0.74 | 0.36 |
| Hex | A1 | 18 | 4E | 0 | 55 | 34 | 25 | 150 | 4A | 24 |
| Octal | 241 | 30 | 116 | 0 | 125 | 64 | 45 | 520 | 112 | 44 |
| Binary | 10100001 | 11000 | 1001110 | 0 | 1010101 | 110100 | 100101 | 101010000 | 1001010 | 100100 |
Color Harmonies of #A1184E
Complementary color
Monochromatic Colors of #A1184E
Black with #A1184E
Text Example
Text Example
White with #A1184E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1184E; }
p { color: rgb(161,24,78); }
H1.HeaderClassName
{
color: #A1184E;
}
.AnyTagClassName
{
color: #A1184E;
}
</style>
background-color css
<style>
a { background-color: #A1184E; }
a { background-color: rgb(161,24,78); }
div.DivClassName
{
background-color: #A1184E;
}
.BgClassName
{
background-color: #A1184E;
}
</style>
border-color css
<style>
span { border-color: #A1184E; }
span { border-color: rgb(161,24,78); }
td.TdClassName
{
border-color: #A1184E;
}
.TagClassName
{
border-color: #A1184E;
}
</style>