Shades of Lipstick #A22247
Tints of Lipstick #A22247
RGB
CMYK
RGB Variations
Color information
#A22247 (or 0xA22247) is known color: Lipstick. HEX triplet: A2, 22 and 47. RGB value is (162,34,71). Sum of RGB (Red+Green+Blue) = 162+34+71=267 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.67% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 71 (28.12% from 255 or 26.59% from 267); Max value from RGB is 162 - color contains mainly: red. Hex color #A22247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22247 is #5DDDB8. Grayscale: #4C4C4C. Windows color (decimal): -6151609 or 4661922. OLE color: 4661922.
HSL color Cylindrical-coordinate representation of color #A22247: hue angle of 342.66º 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 #A22247 is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 34 | 71 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.36 |
| HSL | 342.66º | 0.65% | 0.38% | - |
| HSV(B) | 342.66º | 0.79% | 0.64% | - |
| XYZ | 16.61 | 9.28 | 6.88 | - |
| YUV | 76.49 | 124.91 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 34 | 71 | 0 | 0.79 | 0.56 | 0.36 | 342.66 | 0.65 | 0.38 |
| Hex | A2 | 22 | 47 | 0 | 4F | 38 | 24 | 157 | 41 | 26 |
| Octal | 242 | 42 | 107 | 0 | 117 | 70 | 44 | 527 | 101 | 46 |
| Binary | 10100010 | 100010 | 1000111 | 0 | 1001111 | 111000 | 100100 | 101010111 | 1000001 | 100110 |
Color Harmonies of #A22247
Complementary color
Monochromatic Colors of #A22247
Black with #A22247
Text Example
Text Example
White with #A22247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22247; }
p { color: rgb(162,34,71); }
H1.HeaderClassName
{
color: #A22247;
}
.AnyTagClassName
{
color: #A22247;
}
</style>
background-color css
<style>
a { background-color: #A22247; }
a { background-color: rgb(162,34,71); }
div.DivClassName
{
background-color: #A22247;
}
.BgClassName
{
background-color: #A22247;
}
</style>
border-color css
<style>
span { border-color: #A22247; }
span { border-color: rgb(162,34,71); }
td.TdClassName
{
border-color: #A22247;
}
.TagClassName
{
border-color: #A22247;
}
</style>