Shades of Lipstick #A12944
Tints of Lipstick #A12944
RGB
CMYK
RGB Variations
Color information
#A12944 (or 0xA12944) is known color: Lipstick. HEX triplet: A1, 29 and 44. RGB value is (161,41,68). Sum of RGB (Red+Green+Blue) = 161+41+68=270 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.63% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 68 (26.95% from 255 or 25.19% from 270); Max value from RGB is 161 - color contains mainly: red. Hex color #A12944 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12944 is #5ED6BB. Grayscale: #4F4F4F. Windows color (decimal): -6215356 or 4467105. OLE color: 4467105.
HSL color Cylindrical-coordinate representation of color #A12944: hue angle of 346.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 #A12944 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 41 | 68 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.37 |
| HSL | 346.5º | 0.59% | 0.4% | - |
| HSV(B) | 346.5º | 0.75% | 0.63% | - |
| XYZ | 16.53 | 9.58 | 6.45 | - |
| YUV | 79.96 | 121.26 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 41 | 68 | 0 | 0.75 | 0.58 | 0.37 | 346.5 | 0.59 | 0.4 |
| Hex | A1 | 29 | 44 | 0 | 4B | 3A | 25 | 15A | 3B | 28 |
| Octal | 241 | 51 | 104 | 0 | 113 | 72 | 45 | 532 | 73 | 50 |
| Binary | 10100001 | 101001 | 1000100 | 0 | 1001011 | 111010 | 100101 | 101011010 | 111011 | 101000 |
Color Harmonies of #A12944
Complementary color
Monochromatic Colors of #A12944
Black with #A12944
Text Example
Text Example
White with #A12944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12944; }
p { color: rgb(161,41,68); }
H1.HeaderClassName
{
color: #A12944;
}
.AnyTagClassName
{
color: #A12944;
}
</style>
background-color css
<style>
a { background-color: #A12944; }
a { background-color: rgb(161,41,68); }
div.DivClassName
{
background-color: #A12944;
}
.BgClassName
{
background-color: #A12944;
}
</style>
border-color css
<style>
span { border-color: #A12944; }
span { border-color: rgb(161,41,68); }
td.TdClassName
{
border-color: #A12944;
}
.TagClassName
{
border-color: #A12944;
}
</style>