Shades of Lipstick #A22C52
Tints of Lipstick #A22C52
RGB
CMYK
RGB Variations
Color information
#A22C52 (or 0xA22C52) is known color: Lipstick. HEX triplet: A2, 2C and 52. RGB value is (162,44,82). Sum of RGB (Red+Green+Blue) = 162+44+82=288 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.25% from 288); Green value is 44 (17.58% from 255 or 15.28% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 162 - color contains mainly: red. Hex color #A22C52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22C52 is #5DD3AD. Grayscale: #535353. Windows color (decimal): -6149038 or 5385378. OLE color: 5385378.
HSL color Cylindrical-coordinate representation of color #A22C52: hue angle of 340.68º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A22C52 is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 44 | 82 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.36 |
| HSL | 340.68º | 0.57% | 0.4% | - |
| HSV(B) | 340.68º | 0.73% | 0.64% | - |
| XYZ | 17.32 | 10.09 | 9.02 | - |
| YUV | 83.61 | 127.09 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 44 | 82 | 0 | 0.73 | 0.49 | 0.36 | 340.68 | 0.57 | 0.4 |
| Hex | A2 | 2C | 52 | 0 | 49 | 31 | 24 | 155 | 39 | 28 |
| Octal | 242 | 54 | 122 | 0 | 111 | 61 | 44 | 525 | 71 | 50 |
| Binary | 10100010 | 101100 | 1010010 | 0 | 1001001 | 110001 | 100100 | 101010101 | 111001 | 101000 |
Color Harmonies of #A22C52
Complementary color
Monochromatic Colors of #A22C52
Black with #A22C52
Text Example
Text Example
White with #A22C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22C52; }
p { color: rgb(162,44,82); }
H1.HeaderClassName
{
color: #A22C52;
}
.AnyTagClassName
{
color: #A22C52;
}
</style>
background-color css
<style>
a { background-color: #A22C52; }
a { background-color: rgb(162,44,82); }
div.DivClassName
{
background-color: #A22C52;
}
.BgClassName
{
background-color: #A22C52;
}
</style>
border-color css
<style>
span { border-color: #A22C52; }
span { border-color: rgb(162,44,82); }
td.TdClassName
{
border-color: #A22C52;
}
.TagClassName
{
border-color: #A22C52;
}
</style>