Shades of Lipstick #AD2957
Tints of Lipstick #AD2957
RGB
CMYK
RGB Variations
Color information
#AD2957 (or 0xAD2957) is known color: Lipstick. HEX triplet: AD, 29 and 57. RGB value is (173,41,87). Sum of RGB (Red+Green+Blue) = 173+41+87=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 87 (34.38% from 255 or 28.90% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2957 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2957 is #52D6A8. Grayscale: #555555. Windows color (decimal): -5428905 or 5712301. OLE color: 5712301.
HSL color Cylindrical-coordinate representation of color #AD2957: hue angle of 339.09º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD2957 is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 41 | 87 | - |
| CMYK | 0 | 0.76 | 0.50 | 0.32 |
| HSL | 339.09º | 0.62% | 0.42% | - |
| HSV(B) | 339.09º | 0.76% | 0.68% | - |
| XYZ | 19.75 | 11.16 | 10.13 | - |
| YUV | 85.71 | 128.73 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 41 | 87 | 0 | 0.76 | 0.50 | 0.32 | 339.09 | 0.62 | 0.42 |
| Hex | AD | 29 | 57 | 0 | 4C | 32 | 20 | 153 | 3E | 2A |
| Octal | 255 | 51 | 127 | 0 | 114 | 62 | 40 | 523 | 76 | 52 |
| Binary | 10101101 | 101001 | 1010111 | 0 | 1001100 | 110010 | 100000 | 101010011 | 111110 | 101010 |
Color Harmonies of #AD2957
Complementary color
Monochromatic Colors of #AD2957
Black with #AD2957
Text Example
Text Example
White with #AD2957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2957; }
p { color: rgb(173,41,87); }
H1.HeaderClassName
{
color: #AD2957;
}
.AnyTagClassName
{
color: #AD2957;
}
</style>
background-color css
<style>
a { background-color: #AD2957; }
a { background-color: rgb(173,41,87); }
div.DivClassName
{
background-color: #AD2957;
}
.BgClassName
{
background-color: #AD2957;
}
</style>
border-color css
<style>
span { border-color: #AD2957; }
span { border-color: rgb(173,41,87); }
td.TdClassName
{
border-color: #AD2957;
}
.TagClassName
{
border-color: #AD2957;
}
</style>