Shades of Lipstick #A12946
Tints of Lipstick #A12946
RGB
CMYK
RGB Variations
Color information
#A12946 (or 0xA12946) is known color: Lipstick. HEX triplet: A1, 29 and 46. RGB value is (161,41,70). Sum of RGB (Red+Green+Blue) = 161+41+70=272 (36% of max value = 765). Red value is 161 (63.28% from 255 or 59.19% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 70 (27.73% from 255 or 25.74% from 272); Max value from RGB is 161 - color contains mainly: red. Hex color #A12946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12946 is #5ED6B9. Grayscale: #505050. Windows color (decimal): -6215354 or 4598177. OLE color: 4598177.
HSL color Cylindrical-coordinate representation of color #A12946: hue angle of 345.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A12946 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 41 | 70 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.37 |
| HSL | 345.5º | 0.59% | 0.4% | - |
| HSV(B) | 345.5º | 0.75% | 0.63% | - |
| XYZ | 16.6 | 9.61 | 6.77 | - |
| YUV | 80.19 | 122.26 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 41 | 70 | 0 | 0.75 | 0.57 | 0.37 | 345.5 | 0.59 | 0.4 |
| Hex | A1 | 29 | 46 | 0 | 4B | 39 | 25 | 15A | 3B | 28 |
| Octal | 241 | 51 | 106 | 0 | 113 | 71 | 45 | 532 | 73 | 50 |
| Binary | 10100001 | 101001 | 1000110 | 0 | 1001011 | 111001 | 100101 | 101011010 | 111011 | 101000 |
Color Harmonies of #A12946
Complementary color
Monochromatic Colors of #A12946
Black with #A12946
Text Example
Text Example
White with #A12946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12946; }
p { color: rgb(161,41,70); }
H1.HeaderClassName
{
color: #A12946;
}
.AnyTagClassName
{
color: #A12946;
}
</style>
background-color css
<style>
a { background-color: #A12946; }
a { background-color: rgb(161,41,70); }
div.DivClassName
{
background-color: #A12946;
}
.BgClassName
{
background-color: #A12946;
}
</style>
border-color css
<style>
span { border-color: #A12946; }
span { border-color: rgb(161,41,70); }
td.TdClassName
{
border-color: #A12946;
}
.TagClassName
{
border-color: #A12946;
}
</style>