Shades of Lipstick #A21E4D
Tints of Lipstick #A21E4D
RGB
CMYK
RGB Variations
Color information
#A21E4D (or 0xA21E4D) is known color: Lipstick. HEX triplet: A2, 1E and 4D. RGB value is (162,30,77). Sum of RGB (Red+Green+Blue) = 162+30+77=269 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.22% from 269); Green value is 30 (12.11% from 255 or 11.15% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21E4D is #5DE1B2. Grayscale: #4A4A4A. Windows color (decimal): -6152627 or 5054114. OLE color: 5054114.
HSL color Cylindrical-coordinate representation of color #A21E4D: hue angle of 338.64º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A21E4D is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 30 | 77 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.36 |
| HSL | 338.64º | 0.69% | 0.38% | - |
| HSV(B) | 338.64º | 0.81% | 0.64% | - |
| XYZ | 16.7 | 9.15 | 7.91 | - |
| YUV | 74.83 | 129.23 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 30 | 77 | 0 | 0.81 | 0.52 | 0.36 | 338.64 | 0.69 | 0.38 |
| Hex | A2 | 1E | 4D | 0 | 51 | 34 | 24 | 153 | 45 | 26 |
| Octal | 242 | 36 | 115 | 0 | 121 | 64 | 44 | 523 | 105 | 46 |
| Binary | 10100010 | 11110 | 1001101 | 0 | 1010001 | 110100 | 100100 | 101010011 | 1000101 | 100110 |
Color Harmonies of #A21E4D
Complementary color
Monochromatic Colors of #A21E4D
Black with #A21E4D
Text Example
Text Example
White with #A21E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21E4D; }
p { color: rgb(162,30,77); }
H1.HeaderClassName
{
color: #A21E4D;
}
.AnyTagClassName
{
color: #A21E4D;
}
</style>
background-color css
<style>
a { background-color: #A21E4D; }
a { background-color: rgb(162,30,77); }
div.DivClassName
{
background-color: #A21E4D;
}
.BgClassName
{
background-color: #A21E4D;
}
</style>
border-color css
<style>
span { border-color: #A21E4D; }
span { border-color: rgb(162,30,77); }
td.TdClassName
{
border-color: #A21E4D;
}
.TagClassName
{
border-color: #A21E4D;
}
</style>