Shades of Lipstick #AB234D
Tints of Lipstick #AB234D
RGB
CMYK
RGB Variations
Color information
#AB234D (or 0xAB234D) is known color: Lipstick. HEX triplet: AB, 23 and 4D. RGB value is (171,35,77). Sum of RGB (Red+Green+Blue) = 171+35+77=283 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.42% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 171 - color contains mainly: red. Hex color #AB234D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB234D is #54DCB2. Grayscale: #505050. Windows color (decimal): -5561523 or 5055403. OLE color: 5055403.
HSL color Cylindrical-coordinate representation of color #AB234D: hue angle of 341.47º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB234D is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 35 | 77 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.33 |
| HSL | 341.47º | 0.66% | 0.4% | - |
| HSV(B) | 341.47º | 0.8% | 0.67% | - |
| XYZ | 18.74 | 10.4 | 8.04 | - |
| YUV | 80.45 | 126.06 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 35 | 77 | 0 | 0.80 | 0.55 | 0.33 | 341.47 | 0.66 | 0.4 |
| Hex | AB | 23 | 4D | 0 | 50 | 37 | 21 | 155 | 42 | 28 |
| Octal | 253 | 43 | 115 | 0 | 120 | 67 | 41 | 525 | 102 | 50 |
| Binary | 10101011 | 100011 | 1001101 | 0 | 1010000 | 110111 | 100001 | 101010101 | 1000010 | 101000 |
Color Harmonies of #AB234D
Complementary color
Monochromatic Colors of #AB234D
Black with #AB234D
Text Example
Text Example
White with #AB234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB234D; }
p { color: rgb(171,35,77); }
H1.HeaderClassName
{
color: #AB234D;
}
.AnyTagClassName
{
color: #AB234D;
}
</style>
background-color css
<style>
a { background-color: #AB234D; }
a { background-color: rgb(171,35,77); }
div.DivClassName
{
background-color: #AB234D;
}
.BgClassName
{
background-color: #AB234D;
}
</style>
border-color css
<style>
span { border-color: #AB234D; }
span { border-color: rgb(171,35,77); }
td.TdClassName
{
border-color: #AB234D;
}
.TagClassName
{
border-color: #AB234D;
}
</style>