Shades of Lipstick #A21A41
Tints of Lipstick #A21A41
RGB
CMYK
RGB Variations
Color information
#A21A41 (or 0xA21A41) is known color: Lipstick. HEX triplet: A2, 1A and 41. RGB value is (162,26,65). Sum of RGB (Red+Green+Blue) = 162+26+65=253 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.03% from 253); Green value is 26 (10.55% from 255 or 10.28% from 253); Blue value is 65 (25.78% from 255 or 25.69% from 253); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21A41 is #5DE5BE. Grayscale: #474747. Windows color (decimal): -6153663 or 4266658. OLE color: 4266658.
HSL color Cylindrical-coordinate representation of color #A21A41: hue angle of 342.79º 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 #A21A41 is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 26 | 65 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.36 |
| HSL | 342.79º | 0.72% | 0.37% | - |
| HSV(B) | 342.79º | 0.84% | 0.64% | - |
| XYZ | 16.22 | 8.8 | 5.84 | - |
| YUV | 71.11 | 124.56 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 26 | 65 | 0 | 0.84 | 0.60 | 0.36 | 342.79 | 0.72 | 0.37 |
| Hex | A2 | 1A | 41 | 0 | 54 | 3C | 24 | 157 | 48 | 25 |
| Octal | 242 | 32 | 101 | 0 | 124 | 74 | 44 | 527 | 110 | 45 |
| Binary | 10100010 | 11010 | 1000001 | 0 | 1010100 | 111100 | 100100 | 101010111 | 1001000 | 100101 |
Color Harmonies of #A21A41
Complementary color
Monochromatic Colors of #A21A41
Black with #A21A41
Text Example
Text Example
White with #A21A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21A41; }
p { color: rgb(162,26,65); }
H1.HeaderClassName
{
color: #A21A41;
}
.AnyTagClassName
{
color: #A21A41;
}
</style>
background-color css
<style>
a { background-color: #A21A41; }
a { background-color: rgb(162,26,65); }
div.DivClassName
{
background-color: #A21A41;
}
.BgClassName
{
background-color: #A21A41;
}
</style>
border-color css
<style>
span { border-color: #A21A41; }
span { border-color: rgb(162,26,65); }
td.TdClassName
{
border-color: #A21A41;
}
.TagClassName
{
border-color: #A21A41;
}
</style>