Shades of Lipstick #AD2455
Tints of Lipstick #AD2455
RGB
CMYK
RGB Variations
Color information
#AD2455 (or 0xAD2455) is known color: Lipstick. HEX triplet: AD, 24 and 55. RGB value is (173,36,85). Sum of RGB (Red+Green+Blue) = 173+36+85=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2455 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2455 is #52DBAA. Grayscale: #525252. Windows color (decimal): -5430187 or 5579949. OLE color: 5579949.
HSL color Cylindrical-coordinate representation of color #AD2455: hue angle of 338.54º degrees, saturation: 0.66, 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 #AD2455 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 36 | 85 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.32 |
| HSL | 338.54º | 0.66% | 0.41% | - |
| HSV(B) | 338.54º | 0.79% | 0.68% | - |
| XYZ | 19.5 | 10.8 | 9.65 | - |
| YUV | 82.55 | 129.39 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 85 | 0 | 0.79 | 0.51 | 0.32 | 338.54 | 0.66 | 0.41 |
| Hex | AD | 24 | 55 | 0 | 4F | 33 | 20 | 153 | 42 | 29 |
| Octal | 255 | 44 | 125 | 0 | 117 | 63 | 40 | 523 | 102 | 51 |
| Binary | 10101101 | 100100 | 1010101 | 0 | 1001111 | 110011 | 100000 | 101010011 | 1000010 | 101001 |
Color Harmonies of #AD2455
Complementary color
Monochromatic Colors of #AD2455
Black with #AD2455
Text Example
Text Example
White with #AD2455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2455; }
p { color: rgb(173,36,85); }
H1.HeaderClassName
{
color: #AD2455;
}
.AnyTagClassName
{
color: #AD2455;
}
</style>
background-color css
<style>
a { background-color: #AD2455; }
a { background-color: rgb(173,36,85); }
div.DivClassName
{
background-color: #AD2455;
}
.BgClassName
{
background-color: #AD2455;
}
</style>
border-color css
<style>
span { border-color: #AD2455; }
span { border-color: rgb(173,36,85); }
td.TdClassName
{
border-color: #AD2455;
}
.TagClassName
{
border-color: #AD2455;
}
</style>