Shades of Lipstick #A1214C
Tints of Lipstick #A1214C
RGB
CMYK
RGB Variations
Color information
#A1214C (or 0xA1214C) is known color: Lipstick. HEX triplet: A1, 21 and 4C. RGB value is (161,33,76). Sum of RGB (Red+Green+Blue) = 161+33+76=270 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.63% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 161 - color contains mainly: red. Hex color #A1214C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1214C is #5EDEB3. Grayscale: #4C4C4C. Windows color (decimal): -6217396 or 4989345. OLE color: 4989345.
HSL color Cylindrical-coordinate representation of color #A1214C: hue angle of 339.84º 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 #A1214C is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 33 | 76 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.37 |
| HSL | 339.84º | 0.66% | 0.38% | - |
| HSV(B) | 339.84º | 0.8% | 0.63% | - |
| XYZ | 16.55 | 9.19 | 7.74 | - |
| YUV | 76.17 | 127.91 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 33 | 76 | 0 | 0.80 | 0.53 | 0.37 | 339.84 | 0.66 | 0.38 |
| Hex | A1 | 21 | 4C | 0 | 50 | 35 | 25 | 154 | 42 | 26 |
| Octal | 241 | 41 | 114 | 0 | 120 | 65 | 45 | 524 | 102 | 46 |
| Binary | 10100001 | 100001 | 1001100 | 0 | 1010000 | 110101 | 100101 | 101010100 | 1000010 | 100110 |
Color Harmonies of #A1214C
Complementary color
Monochromatic Colors of #A1214C
Black with #A1214C
Text Example
Text Example
White with #A1214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1214C; }
p { color: rgb(161,33,76); }
H1.HeaderClassName
{
color: #A1214C;
}
.AnyTagClassName
{
color: #A1214C;
}
</style>
background-color css
<style>
a { background-color: #A1214C; }
a { background-color: rgb(161,33,76); }
div.DivClassName
{
background-color: #A1214C;
}
.BgClassName
{
background-color: #A1214C;
}
</style>
border-color css
<style>
span { border-color: #A1214C; }
span { border-color: rgb(161,33,76); }
td.TdClassName
{
border-color: #A1214C;
}
.TagClassName
{
border-color: #A1214C;
}
</style>