Shades of Lipstick #AD2855
Tints of Lipstick #AD2855
RGB
CMYK
RGB Variations
Color information
#AD2855 (or 0xAD2855) is known color: Lipstick. HEX triplet: AD, 28 and 55. RGB value is (173,40,85). Sum of RGB (Red+Green+Blue) = 173+40+85=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2855 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2855 is #52D7AA. Grayscale: #545454. Windows color (decimal): -5429163 or 5580973. OLE color: 5580973.
HSL color Cylindrical-coordinate representation of color #AD2855: hue angle of 339.7º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD2855 is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 40 | 85 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.32 |
| HSL | 339.7º | 0.62% | 0.42% | - |
| HSV(B) | 339.7º | 0.77% | 0.68% | - |
| XYZ | 19.63 | 11.06 | 9.69 | - |
| YUV | 84.9 | 128.06 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 85 | 0 | 0.77 | 0.51 | 0.32 | 339.7 | 0.62 | 0.42 |
| Hex | AD | 28 | 55 | 0 | 4D | 33 | 20 | 154 | 3E | 2A |
| Octal | 255 | 50 | 125 | 0 | 115 | 63 | 40 | 524 | 76 | 52 |
| Binary | 10101101 | 101000 | 1010101 | 0 | 1001101 | 110011 | 100000 | 101010100 | 111110 | 101010 |
Color Harmonies of #AD2855
Complementary color
Monochromatic Colors of #AD2855
Black with #AD2855
Text Example
Text Example
White with #AD2855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2855; }
p { color: rgb(173,40,85); }
H1.HeaderClassName
{
color: #AD2855;
}
.AnyTagClassName
{
color: #AD2855;
}
</style>
background-color css
<style>
a { background-color: #AD2855; }
a { background-color: rgb(173,40,85); }
div.DivClassName
{
background-color: #AD2855;
}
.BgClassName
{
background-color: #AD2855;
}
</style>
border-color css
<style>
span { border-color: #AD2855; }
span { border-color: rgb(173,40,85); }
td.TdClassName
{
border-color: #AD2855;
}
.TagClassName
{
border-color: #AD2855;
}
</style>