Shades of Lipstick #AD2054
Tints of Lipstick #AD2054
RGB
CMYK
RGB Variations
Color information
#AD2054 (or 0xAD2054) is known color: Lipstick. HEX triplet: AD, 20 and 54. RGB value is (173,32,84). Sum of RGB (Red+Green+Blue) = 173+32+84=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 84 (33.20% from 255 or 29.07% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2054 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2054 is #52DFAB. Grayscale: #505050. Windows color (decimal): -5431212 or 5513389. OLE color: 5513389.
HSL color Cylindrical-coordinate representation of color #AD2054: hue angle of 337.87º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD2054 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 32 | 84 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.32 |
| HSL | 337.87º | 0.69% | 0.4% | - |
| HSV(B) | 337.87º | 0.82% | 0.68% | - |
| XYZ | 19.35 | 10.56 | 9.41 | - |
| YUV | 80.09 | 130.21 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 32 | 84 | 0 | 0.82 | 0.51 | 0.32 | 337.87 | 0.69 | 0.4 |
| Hex | AD | 20 | 54 | 0 | 52 | 33 | 20 | 152 | 45 | 28 |
| Octal | 255 | 40 | 124 | 0 | 122 | 63 | 40 | 522 | 105 | 50 |
| Binary | 10101101 | 100000 | 1010100 | 0 | 1010010 | 110011 | 100000 | 101010010 | 1000101 | 101000 |
Color Harmonies of #AD2054
Complementary color
Monochromatic Colors of #AD2054
Black with #AD2054
Text Example
Text Example
White with #AD2054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2054; }
p { color: rgb(173,32,84); }
H1.HeaderClassName
{
color: #AD2054;
}
.AnyTagClassName
{
color: #AD2054;
}
</style>
background-color css
<style>
a { background-color: #AD2054; }
a { background-color: rgb(173,32,84); }
div.DivClassName
{
background-color: #AD2054;
}
.BgClassName
{
background-color: #AD2054;
}
</style>
border-color css
<style>
span { border-color: #AD2054; }
span { border-color: rgb(173,32,84); }
td.TdClassName
{
border-color: #AD2054;
}
.TagClassName
{
border-color: #AD2054;
}
</style>