Shades of Lipstick #AA2951
Tints of Lipstick #AA2951
RGB
CMYK
RGB Variations
Color information
#AA2951 (or 0xAA2951) is known color: Lipstick. HEX triplet: AA, 29 and 51. RGB value is (170,41,81). Sum of RGB (Red+Green+Blue) = 170+41+81=292 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.22% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 81 (32.03% from 255 or 27.74% from 292); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2951 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2951 is #55D6AE. Grayscale: #545454. Windows color (decimal): -5625519 or 5319082. OLE color: 5319082.
HSL color Cylindrical-coordinate representation of color #AA2951: hue angle of 341.4º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA2951 is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 81 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.33 |
| HSL | 341.4º | 0.61% | 0.41% | - |
| HSV(B) | 341.4º | 0.76% | 0.67% | - |
| XYZ | 18.86 | 10.73 | 8.86 | - |
| YUV | 84.13 | 126.24 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 81 | 0 | 0.76 | 0.52 | 0.33 | 341.4 | 0.61 | 0.41 |
| Hex | AA | 29 | 51 | 0 | 4C | 34 | 21 | 155 | 3D | 29 |
| Octal | 252 | 51 | 121 | 0 | 114 | 64 | 41 | 525 | 75 | 51 |
| Binary | 10101010 | 101001 | 1010001 | 0 | 1001100 | 110100 | 100001 | 101010101 | 111101 | 101001 |
Color Harmonies of #AA2951
Complementary color
Monochromatic Colors of #AA2951
Black with #AA2951
Text Example
Text Example
White with #AA2951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2951; }
p { color: rgb(170,41,81); }
H1.HeaderClassName
{
color: #AA2951;
}
.AnyTagClassName
{
color: #AA2951;
}
</style>
background-color css
<style>
a { background-color: #AA2951; }
a { background-color: rgb(170,41,81); }
div.DivClassName
{
background-color: #AA2951;
}
.BgClassName
{
background-color: #AA2951;
}
</style>
border-color css
<style>
span { border-color: #AA2951; }
span { border-color: rgb(170,41,81); }
td.TdClassName
{
border-color: #AA2951;
}
.TagClassName
{
border-color: #AA2951;
}
</style>