Shades of Lipstick #A12141
Tints of Lipstick #A12141
RGB
CMYK
RGB Variations
Color information
#A12141 (or 0xA12141) is known color: Lipstick. HEX triplet: A1, 21 and 41. RGB value is (161,33,65). Sum of RGB (Red+Green+Blue) = 161+33+65=259 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.16% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 161 - color contains mainly: red. Hex color #A12141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12141 is #5EDEBE. Grayscale: #4A4A4A. Windows color (decimal): -6217407 or 4268449. OLE color: 4268449.
HSL color Cylindrical-coordinate representation of color #A12141: hue angle of 345º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A12141 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 33 | 65 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.37 |
| HSL | 345º | 0.66% | 0.38% | - |
| HSV(B) | 345º | 0.8% | 0.63% | - |
| XYZ | 16.2 | 9.05 | 5.89 | - |
| YUV | 74.92 | 122.41 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 33 | 65 | 0 | 0.80 | 0.60 | 0.37 | 345 | 0.66 | 0.38 |
| Hex | A1 | 21 | 41 | 0 | 50 | 3C | 25 | 159 | 42 | 26 |
| Octal | 241 | 41 | 101 | 0 | 120 | 74 | 45 | 531 | 102 | 46 |
| Binary | 10100001 | 100001 | 1000001 | 0 | 1010000 | 111100 | 100101 | 101011001 | 1000010 | 100110 |
Color Harmonies of #A12141
Complementary color
Monochromatic Colors of #A12141
Black with #A12141
Text Example
Text Example
White with #A12141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12141; }
p { color: rgb(161,33,65); }
H1.HeaderClassName
{
color: #A12141;
}
.AnyTagClassName
{
color: #A12141;
}
</style>
background-color css
<style>
a { background-color: #A12141; }
a { background-color: rgb(161,33,65); }
div.DivClassName
{
background-color: #A12141;
}
.BgClassName
{
background-color: #A12141;
}
</style>
border-color css
<style>
span { border-color: #A12141; }
span { border-color: rgb(161,33,65); }
td.TdClassName
{
border-color: #A12141;
}
.TagClassName
{
border-color: #A12141;
}
</style>