Shades of Lipstick #A1214D
Tints of Lipstick #A1214D
RGB
CMYK
RGB Variations
Color information
#A1214D (or 0xA1214D) is known color: Lipstick. HEX triplet: A1, 21 and 4D. RGB value is (161,33,77). Sum of RGB (Red+Green+Blue) = 161+33+77=271 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.41% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 161 - color contains mainly: red. Hex color #A1214D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1214D is #5EDEB2. Grayscale: #4C4C4C. Windows color (decimal): -6217395 or 5054881. OLE color: 5054881.
HSL color Cylindrical-coordinate representation of color #A1214D: hue angle of 339.38º 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 #A1214D is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 33 | 77 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.37 |
| HSL | 339.38º | 0.66% | 0.38% | - |
| HSV(B) | 339.38º | 0.8% | 0.63% | - |
| XYZ | 16.58 | 9.2 | 7.92 | - |
| YUV | 76.29 | 128.41 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 33 | 77 | 0 | 0.80 | 0.52 | 0.37 | 339.38 | 0.66 | 0.38 |
| Hex | A1 | 21 | 4D | 0 | 50 | 34 | 25 | 153 | 42 | 26 |
| Octal | 241 | 41 | 115 | 0 | 120 | 64 | 45 | 523 | 102 | 46 |
| Binary | 10100001 | 100001 | 1001101 | 0 | 1010000 | 110100 | 100101 | 101010011 | 1000010 | 100110 |
Color Harmonies of #A1214D
Complementary color
Monochromatic Colors of #A1214D
Black with #A1214D
Text Example
Text Example
White with #A1214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1214D; }
p { color: rgb(161,33,77); }
H1.HeaderClassName
{
color: #A1214D;
}
.AnyTagClassName
{
color: #A1214D;
}
</style>
background-color css
<style>
a { background-color: #A1214D; }
a { background-color: rgb(161,33,77); }
div.DivClassName
{
background-color: #A1214D;
}
.BgClassName
{
background-color: #A1214D;
}
</style>
border-color css
<style>
span { border-color: #A1214D; }
span { border-color: rgb(161,33,77); }
td.TdClassName
{
border-color: #A1214D;
}
.TagClassName
{
border-color: #A1214D;
}
</style>