Shades of Lipstick #A12952
Tints of Lipstick #A12952
RGB
CMYK
RGB Variations
Color information
#A12952 (or 0xA12952) is known color: Lipstick. HEX triplet: A1, 29 and 52. RGB value is (161,41,82). Sum of RGB (Red+Green+Blue) = 161+41+82=284 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.69% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 161 - color contains mainly: red. Hex color #A12952 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12952 is #5ED6AD. Grayscale: #515151. Windows color (decimal): -6215342 or 5384609. OLE color: 5384609.
HSL color Cylindrical-coordinate representation of color #A12952: hue angle of 339.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 #A12952 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 41 | 82 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.37 |
| HSL | 339.5º | 0.59% | 0.4% | - |
| HSV(B) | 339.5º | 0.75% | 0.63% | - |
| XYZ | 17.01 | 9.77 | 8.97 | - |
| YUV | 81.55 | 128.26 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 41 | 82 | 0 | 0.75 | 0.49 | 0.37 | 339.5 | 0.59 | 0.4 |
| Hex | A1 | 29 | 52 | 0 | 4B | 31 | 25 | 154 | 3B | 28 |
| Octal | 241 | 51 | 122 | 0 | 113 | 61 | 45 | 524 | 73 | 50 |
| Binary | 10100001 | 101001 | 1010010 | 0 | 1001011 | 110001 | 100101 | 101010100 | 111011 | 101000 |
Color Harmonies of #A12952
Complementary color
Monochromatic Colors of #A12952
Black with #A12952
Text Example
Text Example
White with #A12952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12952; }
p { color: rgb(161,41,82); }
H1.HeaderClassName
{
color: #A12952;
}
.AnyTagClassName
{
color: #A12952;
}
</style>
background-color css
<style>
a { background-color: #A12952; }
a { background-color: rgb(161,41,82); }
div.DivClassName
{
background-color: #A12952;
}
.BgClassName
{
background-color: #A12952;
}
</style>
border-color css
<style>
span { border-color: #A12952; }
span { border-color: rgb(161,41,82); }
td.TdClassName
{
border-color: #A12952;
}
.TagClassName
{
border-color: #A12952;
}
</style>