Shades of Lipstick #AD2955
Tints of Lipstick #AD2955
RGB
CMYK
RGB Variations
Color information
#AD2955 (or 0xAD2955) is known color: Lipstick. HEX triplet: AD, 29 and 55. RGB value is (173,41,85). Sum of RGB (Red+Green+Blue) = 173+41+85=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2955 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2955 is #52D6AA. Grayscale: #555555. Windows color (decimal): -5428907 or 5581229. OLE color: 5581229.
HSL color Cylindrical-coordinate representation of color #AD2955: hue angle of 340º 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 #AD2955 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 41 | 85 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.32 |
| HSL | 340º | 0.62% | 0.42% | - |
| HSV(B) | 340º | 0.76% | 0.68% | - |
| XYZ | 19.67 | 11.13 | 9.71 | - |
| YUV | 85.48 | 127.73 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 41 | 85 | 0 | 0.76 | 0.51 | 0.32 | 340 | 0.62 | 0.42 |
| Hex | AD | 29 | 55 | 0 | 4C | 33 | 20 | 154 | 3E | 2A |
| Octal | 255 | 51 | 125 | 0 | 114 | 63 | 40 | 524 | 76 | 52 |
| Binary | 10101101 | 101001 | 1010101 | 0 | 1001100 | 110011 | 100000 | 101010100 | 111110 | 101010 |
Color Harmonies of #AD2955
Complementary color
Monochromatic Colors of #AD2955
Black with #AD2955
Text Example
Text Example
White with #AD2955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2955; }
p { color: rgb(173,41,85); }
H1.HeaderClassName
{
color: #AD2955;
}
.AnyTagClassName
{
color: #AD2955;
}
</style>
background-color css
<style>
a { background-color: #AD2955; }
a { background-color: rgb(173,41,85); }
div.DivClassName
{
background-color: #AD2955;
}
.BgClassName
{
background-color: #AD2955;
}
</style>
border-color css
<style>
span { border-color: #AD2955; }
span { border-color: rgb(173,41,85); }
td.TdClassName
{
border-color: #AD2955;
}
.TagClassName
{
border-color: #AD2955;
}
</style>