Shades of Lipstick #A22249
Tints of Lipstick #A22249
RGB
CMYK
RGB Variations
Color information
#A22249 (or 0xA22249) is known color: Lipstick. HEX triplet: A2, 22 and 49. RGB value is (162,34,73). Sum of RGB (Red+Green+Blue) = 162+34+73=269 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.22% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 162 - color contains mainly: red. Hex color #A22249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22249 is #5DDDB6. Grayscale: #4C4C4C. Windows color (decimal): -6151607 or 4792994. OLE color: 4792994.
HSL color Cylindrical-coordinate representation of color #A22249: hue angle of 341.72º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A22249 is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 34 | 73 | - |
| CMYK | 0 | 0.79 | 0.55 | 0.36 |
| HSL | 341.72º | 0.65% | 0.38% | - |
| HSV(B) | 341.72º | 0.79% | 0.64% | - |
| XYZ | 16.67 | 9.31 | 7.22 | - |
| YUV | 76.72 | 125.91 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 34 | 73 | 0 | 0.79 | 0.55 | 0.36 | 341.72 | 0.65 | 0.38 |
| Hex | A2 | 22 | 49 | 0 | 4F | 37 | 24 | 156 | 41 | 26 |
| Octal | 242 | 42 | 111 | 0 | 117 | 67 | 44 | 526 | 101 | 46 |
| Binary | 10100010 | 100010 | 1001001 | 0 | 1001111 | 110111 | 100100 | 101010110 | 1000001 | 100110 |
Color Harmonies of #A22249
Complementary color
Monochromatic Colors of #A22249
Black with #A22249
Text Example
Text Example
White with #A22249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22249; }
p { color: rgb(162,34,73); }
H1.HeaderClassName
{
color: #A22249;
}
.AnyTagClassName
{
color: #A22249;
}
</style>
background-color css
<style>
a { background-color: #A22249; }
a { background-color: rgb(162,34,73); }
div.DivClassName
{
background-color: #A22249;
}
.BgClassName
{
background-color: #A22249;
}
</style>
border-color css
<style>
span { border-color: #A22249; }
span { border-color: rgb(162,34,73); }
td.TdClassName
{
border-color: #A22249;
}
.TagClassName
{
border-color: #A22249;
}
</style>