Shades of Lipstick #A12945
Tints of Lipstick #A12945
RGB
CMYK
RGB Variations
Color information
#A12945 (or 0xA12945) is known color: Lipstick. HEX triplet: A1, 29 and 45. RGB value is (161,41,69). Sum of RGB (Red+Green+Blue) = 161+41+69=271 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.41% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 161 - color contains mainly: red. Hex color #A12945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12945 is #5ED6BA. Grayscale: #505050. Windows color (decimal): -6215355 or 4532641. OLE color: 4532641.
HSL color Cylindrical-coordinate representation of color #A12945: hue angle of 346º 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 #A12945 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 41 | 69 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.37 |
| HSL | 346º | 0.59% | 0.4% | - |
| HSV(B) | 346º | 0.75% | 0.63% | - |
| XYZ | 16.57 | 9.59 | 6.61 | - |
| YUV | 80.07 | 121.76 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 41 | 69 | 0 | 0.75 | 0.57 | 0.37 | 346 | 0.59 | 0.4 |
| Hex | A1 | 29 | 45 | 0 | 4B | 39 | 25 | 15A | 3B | 28 |
| Octal | 241 | 51 | 105 | 0 | 113 | 71 | 45 | 532 | 73 | 50 |
| Binary | 10100001 | 101001 | 1000101 | 0 | 1001011 | 111001 | 100101 | 101011010 | 111011 | 101000 |
Color Harmonies of #A12945
Complementary color
Monochromatic Colors of #A12945
Black with #A12945
Text Example
Text Example
White with #A12945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12945; }
p { color: rgb(161,41,69); }
H1.HeaderClassName
{
color: #A12945;
}
.AnyTagClassName
{
color: #A12945;
}
</style>
background-color css
<style>
a { background-color: #A12945; }
a { background-color: rgb(161,41,69); }
div.DivClassName
{
background-color: #A12945;
}
.BgClassName
{
background-color: #A12945;
}
</style>
border-color css
<style>
span { border-color: #A12945; }
span { border-color: rgb(161,41,69); }
td.TdClassName
{
border-color: #A12945;
}
.TagClassName
{
border-color: #A12945;
}
</style>