Shades of Lipstick #A12951
Tints of Lipstick #A12951
RGB
CMYK
RGB Variations
Color information
#A12951 (or 0xA12951) is known color: Lipstick. HEX triplet: A1, 29 and 51. RGB value is (161,41,81). Sum of RGB (Red+Green+Blue) = 161+41+81=283 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.89% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 81 (32.03% from 255 or 28.62% from 283); Max value from RGB is 161 - color contains mainly: red. Hex color #A12951 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12951 is #5ED6AE. Grayscale: #515151. Windows color (decimal): -6215343 or 5319073. OLE color: 5319073.
HSL color Cylindrical-coordinate representation of color #A12951: hue angle of 340º 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 #A12951 is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 41 | 81 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.37 |
| HSL | 340º | 0.59% | 0.4% | - |
| HSV(B) | 340º | 0.75% | 0.63% | - |
| XYZ | 16.98 | 9.76 | 8.77 | - |
| YUV | 81.44 | 127.76 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 41 | 81 | 0 | 0.75 | 0.50 | 0.37 | 340 | 0.59 | 0.4 |
| Hex | A1 | 29 | 51 | 0 | 4B | 32 | 25 | 154 | 3B | 28 |
| Octal | 241 | 51 | 121 | 0 | 113 | 62 | 45 | 524 | 73 | 50 |
| Binary | 10100001 | 101001 | 1010001 | 0 | 1001011 | 110010 | 100101 | 101010100 | 111011 | 101000 |
Color Harmonies of #A12951
Complementary color
Monochromatic Colors of #A12951
Black with #A12951
Text Example
Text Example
White with #A12951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12951; }
p { color: rgb(161,41,81); }
H1.HeaderClassName
{
color: #A12951;
}
.AnyTagClassName
{
color: #A12951;
}
</style>
background-color css
<style>
a { background-color: #A12951; }
a { background-color: rgb(161,41,81); }
div.DivClassName
{
background-color: #A12951;
}
.BgClassName
{
background-color: #A12951;
}
</style>
border-color css
<style>
span { border-color: #A12951; }
span { border-color: rgb(161,41,81); }
td.TdClassName
{
border-color: #A12951;
}
.TagClassName
{
border-color: #A12951;
}
</style>