Shades of Lipstick #A21B51
Tints of Lipstick #A21B51
RGB
CMYK
RGB Variations
Color information
#A21B51 (or 0xA21B51) is known color: Lipstick. HEX triplet: A2, 1B and 51. RGB value is (162,27,81). Sum of RGB (Red+Green+Blue) = 162+27+81=270 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60% from 270); Green value is 27 (10.94% from 255 or 10% from 270); Blue value is 81 (32.03% from 255 or 30% from 270); Max value from RGB is 162 - color contains mainly: red. Hex color #A21B51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21B51 is #5DE4AE. Grayscale: #494949. Windows color (decimal): -6153391 or 5315490. OLE color: 5315490.
HSL color Cylindrical-coordinate representation of color #A21B51: hue angle of 336º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A21B51 is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 27 | 81 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.36 |
| HSL | 336º | 0.71% | 0.37% | - |
| HSV(B) | 336º | 0.83% | 0.64% | - |
| XYZ | 16.78 | 9.06 | 8.65 | - |
| YUV | 73.52 | 132.23 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 27 | 81 | 0 | 0.83 | 0.50 | 0.36 | 336 | 0.71 | 0.37 |
| Hex | A2 | 1B | 51 | 0 | 53 | 32 | 24 | 150 | 47 | 25 |
| Octal | 242 | 33 | 121 | 0 | 123 | 62 | 44 | 520 | 107 | 45 |
| Binary | 10100010 | 11011 | 1010001 | 0 | 1010011 | 110010 | 100100 | 101010000 | 1000111 | 100101 |
Color Harmonies of #A21B51
Complementary color
Monochromatic Colors of #A21B51
Black with #A21B51
Text Example
Text Example
White with #A21B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21B51; }
p { color: rgb(162,27,81); }
H1.HeaderClassName
{
color: #A21B51;
}
.AnyTagClassName
{
color: #A21B51;
}
</style>
background-color css
<style>
a { background-color: #A21B51; }
a { background-color: rgb(162,27,81); }
div.DivClassName
{
background-color: #A21B51;
}
.BgClassName
{
background-color: #A21B51;
}
</style>
border-color css
<style>
span { border-color: #A21B51; }
span { border-color: rgb(162,27,81); }
td.TdClassName
{
border-color: #A21B51;
}
.TagClassName
{
border-color: #A21B51;
}
</style>