Shades of Lipstick #A21B52
Tints of Lipstick #A21B52
RGB
CMYK
RGB Variations
Color information
#A21B52 (or 0xA21B52) is known color: Lipstick. HEX triplet: A2, 1B and 52. RGB value is (162,27,82). Sum of RGB (Red+Green+Blue) = 162+27+82=271 (35% of max value = 765). Red value is 162 (63.67% from 255 or 59.78% from 271); Green value is 27 (10.94% from 255 or 9.96% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 162 - color contains mainly: red. Hex color #A21B52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21B52 is #5DE4AD. Grayscale: #494949. Windows color (decimal): -6153390 or 5381026. OLE color: 5381026.
HSL color Cylindrical-coordinate representation of color #A21B52: hue angle of 335.56º 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 #A21B52 is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 27 | 82 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.36 |
| HSL | 335.56º | 0.71% | 0.37% | - |
| HSV(B) | 335.56º | 0.83% | 0.64% | - |
| XYZ | 16.82 | 9.07 | 8.85 | - |
| YUV | 73.64 | 132.73 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 27 | 82 | 0 | 0.83 | 0.49 | 0.36 | 335.56 | 0.71 | 0.37 |
| Hex | A2 | 1B | 52 | 0 | 53 | 31 | 24 | 150 | 47 | 25 |
| Octal | 242 | 33 | 122 | 0 | 123 | 61 | 44 | 520 | 107 | 45 |
| Binary | 10100010 | 11011 | 1010010 | 0 | 1010011 | 110001 | 100100 | 101010000 | 1000111 | 100101 |
Color Harmonies of #A21B52
Complementary color
Monochromatic Colors of #A21B52
Black with #A21B52
Text Example
Text Example
White with #A21B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21B52; }
p { color: rgb(162,27,82); }
H1.HeaderClassName
{
color: #A21B52;
}
.AnyTagClassName
{
color: #A21B52;
}
</style>
background-color css
<style>
a { background-color: #A21B52; }
a { background-color: rgb(162,27,82); }
div.DivClassName
{
background-color: #A21B52;
}
.BgClassName
{
background-color: #A21B52;
}
</style>
border-color css
<style>
span { border-color: #A21B52; }
span { border-color: rgb(162,27,82); }
td.TdClassName
{
border-color: #A21B52;
}
.TagClassName
{
border-color: #A21B52;
}
</style>