Shades of Lipstick #A22947
Tints of Lipstick #A22947
RGB
CMYK
RGB Variations
Color information
#A22947 (or 0xA22947) is known color: Lipstick. HEX triplet: A2, 29 and 47. RGB value is (162,41,71). Sum of RGB (Red+Green+Blue) = 162+41+71=274 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.12% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 162 - color contains mainly: red. Hex color #A22947 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22947 is #5DD6B8. Grayscale: #505050. Windows color (decimal): -6149817 or 4663714. OLE color: 4663714.
HSL color Cylindrical-coordinate representation of color #A22947: hue angle of 345.12º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A22947 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 41 | 71 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.36 |
| HSL | 345.12º | 0.6% | 0.4% | - |
| HSV(B) | 345.12º | 0.75% | 0.64% | - |
| XYZ | 16.83 | 9.72 | 6.95 | - |
| YUV | 80.6 | 122.59 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 41 | 71 | 0 | 0.75 | 0.56 | 0.36 | 345.12 | 0.6 | 0.4 |
| Hex | A2 | 29 | 47 | 0 | 4B | 38 | 24 | 159 | 3C | 28 |
| Octal | 242 | 51 | 107 | 0 | 113 | 70 | 44 | 531 | 74 | 50 |
| Binary | 10100010 | 101001 | 1000111 | 0 | 1001011 | 111000 | 100100 | 101011001 | 111100 | 101000 |
Color Harmonies of #A22947
Complementary color
Monochromatic Colors of #A22947
Black with #A22947
Text Example
Text Example
White with #A22947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22947; }
p { color: rgb(162,41,71); }
H1.HeaderClassName
{
color: #A22947;
}
.AnyTagClassName
{
color: #A22947;
}
</style>
background-color css
<style>
a { background-color: #A22947; }
a { background-color: rgb(162,41,71); }
div.DivClassName
{
background-color: #A22947;
}
.BgClassName
{
background-color: #A22947;
}
</style>
border-color css
<style>
span { border-color: #A22947; }
span { border-color: rgb(162,41,71); }
td.TdClassName
{
border-color: #A22947;
}
.TagClassName
{
border-color: #A22947;
}
</style>