Shades of Lipstick #A21A49
Tints of Lipstick #A21A49
RGB
CMYK
RGB Variations
Color information
#A21A49 (or 0xA21A49) is known color: Lipstick. HEX triplet: A2, 1A and 49. RGB value is (162,26,73). Sum of RGB (Red+Green+Blue) = 162+26+73=261 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.07% from 261); Green value is 26 (10.55% from 255 or 9.96% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21A49 is #5DE5B6. Grayscale: #474747. Windows color (decimal): -6153655 or 4790946. OLE color: 4790946.
HSL color Cylindrical-coordinate representation of color #A21A49: hue angle of 339.26º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A21A49 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 26 | 73 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.36 |
| HSL | 339.26º | 0.72% | 0.37% | - |
| HSV(B) | 339.26º | 0.84% | 0.64% | - |
| XYZ | 16.47 | 8.9 | 7.15 | - |
| YUV | 72.02 | 128.56 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 26 | 73 | 0 | 0.84 | 0.55 | 0.36 | 339.26 | 0.72 | 0.37 |
| Hex | A2 | 1A | 49 | 0 | 54 | 37 | 24 | 153 | 48 | 25 |
| Octal | 242 | 32 | 111 | 0 | 124 | 67 | 44 | 523 | 110 | 45 |
| Binary | 10100010 | 11010 | 1001001 | 0 | 1010100 | 110111 | 100100 | 101010011 | 1001000 | 100101 |
Color Harmonies of #A21A49
Complementary color
Monochromatic Colors of #A21A49
Black with #A21A49
Text Example
Text Example
White with #A21A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21A49; }
p { color: rgb(162,26,73); }
H1.HeaderClassName
{
color: #A21A49;
}
.AnyTagClassName
{
color: #A21A49;
}
</style>
background-color css
<style>
a { background-color: #A21A49; }
a { background-color: rgb(162,26,73); }
div.DivClassName
{
background-color: #A21A49;
}
.BgClassName
{
background-color: #A21A49;
}
</style>
border-color css
<style>
span { border-color: #A21A49; }
span { border-color: rgb(162,26,73); }
td.TdClassName
{
border-color: #A21A49;
}
.TagClassName
{
border-color: #A21A49;
}
</style>