Shades of Lipstick #AD1D50
Tints of Lipstick #AD1D50
RGB
CMYK
RGB Variations
Color information
#AD1D50 (or 0xAD1D50) is known color: Lipstick. HEX triplet: AD, 1D and 50. RGB value is (173,29,80). Sum of RGB (Red+Green+Blue) = 173+29+80=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 29 (11.72% from 255 or 10.28% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1D50 is #52E2AF. Grayscale: #4D4D4D. Windows color (decimal): -5431984 or 5250477. OLE color: 5250477.
HSL color Cylindrical-coordinate representation of color #AD1D50: hue angle of 338.75º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD1D50 is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 29 | 80 | - |
| CMYK | 0 | 0.83 | 0.54 | 0.32 |
| HSL | 338.75º | 0.71% | 0.4% | - |
| HSV(B) | 338.75º | 0.83% | 0.68% | - |
| XYZ | 19.12 | 10.34 | 8.58 | - |
| YUV | 77.87 | 129.21 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 80 | 0 | 0.83 | 0.54 | 0.32 | 338.75 | 0.71 | 0.4 |
| Hex | AD | 1D | 50 | 0 | 53 | 36 | 20 | 153 | 47 | 28 |
| Octal | 255 | 35 | 120 | 0 | 123 | 66 | 40 | 523 | 107 | 50 |
| Binary | 10101101 | 11101 | 1010000 | 0 | 1010011 | 110110 | 100000 | 101010011 | 1000111 | 101000 |
Color Harmonies of #AD1D50
Complementary color
Monochromatic Colors of #AD1D50
Black with #AD1D50
Text Example
Text Example
White with #AD1D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1D50; }
p { color: rgb(173,29,80); }
H1.HeaderClassName
{
color: #AD1D50;
}
.AnyTagClassName
{
color: #AD1D50;
}
</style>
background-color css
<style>
a { background-color: #AD1D50; }
a { background-color: rgb(173,29,80); }
div.DivClassName
{
background-color: #AD1D50;
}
.BgClassName
{
background-color: #AD1D50;
}
</style>
border-color css
<style>
span { border-color: #AD1D50; }
span { border-color: rgb(173,29,80); }
td.TdClassName
{
border-color: #AD1D50;
}
.TagClassName
{
border-color: #AD1D50;
}
</style>