Shades of Lipstick #AD2555
Tints of Lipstick #AD2555
RGB
CMYK
RGB Variations
Color information
#AD2555 (or 0xAD2555) is known color: Lipstick. HEX triplet: AD, 25 and 55. RGB value is (173,37,85). Sum of RGB (Red+Green+Blue) = 173+37+85=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2555 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2555 is #52DAAA. Grayscale: #535353. Windows color (decimal): -5429931 or 5580205. OLE color: 5580205.
HSL color Cylindrical-coordinate representation of color #AD2555: hue angle of 338.82º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD2555 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 85 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.32 |
| HSL | 338.82º | 0.65% | 0.41% | - |
| HSV(B) | 338.82º | 0.79% | 0.68% | - |
| XYZ | 19.53 | 10.86 | 9.66 | - |
| YUV | 83.14 | 129.06 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 85 | 0 | 0.79 | 0.51 | 0.32 | 338.82 | 0.65 | 0.41 |
| Hex | AD | 25 | 55 | 0 | 4F | 33 | 20 | 153 | 41 | 29 |
| Octal | 255 | 45 | 125 | 0 | 117 | 63 | 40 | 523 | 101 | 51 |
| Binary | 10101101 | 100101 | 1010101 | 0 | 1001111 | 110011 | 100000 | 101010011 | 1000001 | 101001 |
Color Harmonies of #AD2555
Complementary color
Monochromatic Colors of #AD2555
Black with #AD2555
Text Example
Text Example
White with #AD2555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2555; }
p { color: rgb(173,37,85); }
H1.HeaderClassName
{
color: #AD2555;
}
.AnyTagClassName
{
color: #AD2555;
}
</style>
background-color css
<style>
a { background-color: #AD2555; }
a { background-color: rgb(173,37,85); }
div.DivClassName
{
background-color: #AD2555;
}
.BgClassName
{
background-color: #AD2555;
}
</style>
border-color css
<style>
span { border-color: #AD2555; }
span { border-color: rgb(173,37,85); }
td.TdClassName
{
border-color: #AD2555;
}
.TagClassName
{
border-color: #AD2555;
}
</style>