Shades of Lipstick #AB2951
Tints of Lipstick #AB2951
RGB
CMYK
RGB Variations
Color information
#AB2951 (or 0xAB2951) is known color: Lipstick. HEX triplet: AB, 29 and 51. RGB value is (171,41,81). Sum of RGB (Red+Green+Blue) = 171+41+81=293 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.36% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 81 (32.03% from 255 or 27.65% from 293); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2951 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2951 is #54D6AE. Grayscale: #545454. Windows color (decimal): -5559983 or 5319083. OLE color: 5319083.
HSL color Cylindrical-coordinate representation of color #AB2951: hue angle of 341.54º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB2951 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 41 | 81 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.33 |
| HSL | 341.54º | 0.61% | 0.42% | - |
| HSV(B) | 341.54º | 0.76% | 0.67% | - |
| XYZ | 19.07 | 10.84 | 8.87 | - |
| YUV | 84.43 | 126.07 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 41 | 81 | 0 | 0.76 | 0.53 | 0.33 | 341.54 | 0.61 | 0.42 |
| Hex | AB | 29 | 51 | 0 | 4C | 35 | 21 | 156 | 3D | 2A |
| Octal | 253 | 51 | 121 | 0 | 114 | 65 | 41 | 526 | 75 | 52 |
| Binary | 10101011 | 101001 | 1010001 | 0 | 1001100 | 110101 | 100001 | 101010110 | 111101 | 101010 |
Color Harmonies of #AB2951
Complementary color
Monochromatic Colors of #AB2951
Black with #AB2951
Text Example
Text Example
White with #AB2951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2951; }
p { color: rgb(171,41,81); }
H1.HeaderClassName
{
color: #AB2951;
}
.AnyTagClassName
{
color: #AB2951;
}
</style>
background-color css
<style>
a { background-color: #AB2951; }
a { background-color: rgb(171,41,81); }
div.DivClassName
{
background-color: #AB2951;
}
.BgClassName
{
background-color: #AB2951;
}
</style>
border-color css
<style>
span { border-color: #AB2951; }
span { border-color: rgb(171,41,81); }
td.TdClassName
{
border-color: #AB2951;
}
.TagClassName
{
border-color: #AB2951;
}
</style>