Shades of Lipstick #AC2551
Tints of Lipstick #AC2551
RGB
CMYK
RGB Variations
Color information
#AC2551 (or 0xAC2551) is known color: Lipstick. HEX triplet: AC, 25 and 51. RGB value is (172,37,81). Sum of RGB (Red+Green+Blue) = 172+37+81=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 81 (32.03% from 255 or 27.93% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2551 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2551 is #53DAAE. Grayscale: #525252. Windows color (decimal): -5495471 or 5318060. OLE color: 5318060.
HSL color Cylindrical-coordinate representation of color #AC2551: hue angle of 340.44º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2551 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 37 | 81 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.33 |
| HSL | 340.44º | 0.65% | 0.41% | - |
| HSV(B) | 340.44º | 0.78% | 0.67% | - |
| XYZ | 19.16 | 10.69 | 8.84 | - |
| YUV | 82.38 | 127.23 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 81 | 0 | 0.78 | 0.53 | 0.33 | 340.44 | 0.65 | 0.41 |
| Hex | AC | 25 | 51 | 0 | 4E | 35 | 21 | 154 | 41 | 29 |
| Octal | 254 | 45 | 121 | 0 | 116 | 65 | 41 | 524 | 101 | 51 |
| Binary | 10101100 | 100101 | 1010001 | 0 | 1001110 | 110101 | 100001 | 101010100 | 1000001 | 101001 |
Color Harmonies of #AC2551
Complementary color
Monochromatic Colors of #AC2551
Black with #AC2551
Text Example
Text Example
White with #AC2551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2551; }
p { color: rgb(172,37,81); }
H1.HeaderClassName
{
color: #AC2551;
}
.AnyTagClassName
{
color: #AC2551;
}
</style>
background-color css
<style>
a { background-color: #AC2551; }
a { background-color: rgb(172,37,81); }
div.DivClassName
{
background-color: #AC2551;
}
.BgClassName
{
background-color: #AC2551;
}
</style>
border-color css
<style>
span { border-color: #AC2551; }
span { border-color: rgb(172,37,81); }
td.TdClassName
{
border-color: #AC2551;
}
.TagClassName
{
border-color: #AC2551;
}
</style>