Shades of Lipstick #AB1B49
Tints of Lipstick #AB1B49
RGB
CMYK
RGB Variations
Color information
#AB1B49 (or 0xAB1B49) is known color: Lipstick. HEX triplet: AB, 1B and 49. RGB value is (171,27,73). Sum of RGB (Red+Green+Blue) = 171+27+73=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 27 (10.94% from 255 or 9.96% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1B49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1B49 is #54E4B6. Grayscale: #4B4B4B. Windows color (decimal): -5563575 or 4791211. OLE color: 4791211.
HSL color Cylindrical-coordinate representation of color #AB1B49: hue angle of 340.83º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB1B49 is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 27 | 73 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.33 |
| HSL | 340.83º | 0.73% | 0.39% | - |
| HSV(B) | 340.83º | 0.84% | 0.67% | - |
| XYZ | 18.39 | 9.92 | 7.25 | - |
| YUV | 75.3 | 126.71 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 27 | 73 | 0 | 0.84 | 0.57 | 0.33 | 340.83 | 0.73 | 0.39 |
| Hex | AB | 1B | 49 | 0 | 54 | 39 | 21 | 155 | 49 | 27 |
| Octal | 253 | 33 | 111 | 0 | 124 | 71 | 41 | 525 | 111 | 47 |
| Binary | 10101011 | 11011 | 1001001 | 0 | 1010100 | 111001 | 100001 | 101010101 | 1001001 | 100111 |
Color Harmonies of #AB1B49
Complementary color
Monochromatic Colors of #AB1B49
Black with #AB1B49
Text Example
Text Example
White with #AB1B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1B49; }
p { color: rgb(171,27,73); }
H1.HeaderClassName
{
color: #AB1B49;
}
.AnyTagClassName
{
color: #AB1B49;
}
</style>
background-color css
<style>
a { background-color: #AB1B49; }
a { background-color: rgb(171,27,73); }
div.DivClassName
{
background-color: #AB1B49;
}
.BgClassName
{
background-color: #AB1B49;
}
</style>
border-color css
<style>
span { border-color: #AB1B49; }
span { border-color: rgb(171,27,73); }
td.TdClassName
{
border-color: #AB1B49;
}
.TagClassName
{
border-color: #AB1B49;
}
</style>