Shades of Lipstick #AD2151
Tints of Lipstick #AD2151
RGB
CMYK
RGB Variations
Color information
#AD2151 (or 0xAD2151) is known color: Lipstick. HEX triplet: AD, 21 and 51. RGB value is (173,33,81). Sum of RGB (Red+Green+Blue) = 173+33+81=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 81 (32.03% from 255 or 28.22% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2151 is #52DEAE. Grayscale: #505050. Windows color (decimal): -5430959 or 5317037. OLE color: 5317037.
HSL color Cylindrical-coordinate representation of color #AD2151: hue angle of 339.43º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD2151 is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 33 | 81 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.32 |
| HSL | 339.43º | 0.68% | 0.4% | - |
| HSV(B) | 339.43º | 0.81% | 0.68% | - |
| XYZ | 19.26 | 10.57 | 8.81 | - |
| YUV | 80.33 | 128.38 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 81 | 0 | 0.81 | 0.53 | 0.32 | 339.43 | 0.68 | 0.4 |
| Hex | AD | 21 | 51 | 0 | 51 | 35 | 20 | 153 | 44 | 28 |
| Octal | 255 | 41 | 121 | 0 | 121 | 65 | 40 | 523 | 104 | 50 |
| Binary | 10101101 | 100001 | 1010001 | 0 | 1010001 | 110101 | 100000 | 101010011 | 1000100 | 101000 |
Color Harmonies of #AD2151
Complementary color
Monochromatic Colors of #AD2151
Black with #AD2151
Text Example
Text Example
White with #AD2151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2151; }
p { color: rgb(173,33,81); }
H1.HeaderClassName
{
color: #AD2151;
}
.AnyTagClassName
{
color: #AD2151;
}
</style>
background-color css
<style>
a { background-color: #AD2151; }
a { background-color: rgb(173,33,81); }
div.DivClassName
{
background-color: #AD2151;
}
.BgClassName
{
background-color: #AD2151;
}
</style>
border-color css
<style>
span { border-color: #AD2151; }
span { border-color: rgb(173,33,81); }
td.TdClassName
{
border-color: #AD2151;
}
.TagClassName
{
border-color: #AD2151;
}
</style>