Shades of Lipstick #AD2554
Tints of Lipstick #AD2554
RGB
CMYK
RGB Variations
Color information
#AD2554 (or 0xAD2554) is known color: Lipstick. HEX triplet: AD, 25 and 54. RGB value is (173,37,84). Sum of RGB (Red+Green+Blue) = 173+37+84=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 84 (33.20% from 255 or 28.57% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2554 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2554 is #52DAAB. Grayscale: #525252. Windows color (decimal): -5429932 or 5514669. OLE color: 5514669.
HSL color Cylindrical-coordinate representation of color #AD2554: hue angle of 339.26º 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 #AD2554 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 84 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.32 |
| HSL | 339.26º | 0.65% | 0.41% | - |
| HSV(B) | 339.26º | 0.79% | 0.68% | - |
| XYZ | 19.5 | 10.85 | 9.45 | - |
| YUV | 83.02 | 128.56 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 84 | 0 | 0.79 | 0.51 | 0.32 | 339.26 | 0.65 | 0.41 |
| Hex | AD | 25 | 54 | 0 | 4F | 33 | 20 | 153 | 41 | 29 |
| Octal | 255 | 45 | 124 | 0 | 117 | 63 | 40 | 523 | 101 | 51 |
| Binary | 10101101 | 100101 | 1010100 | 0 | 1001111 | 110011 | 100000 | 101010011 | 1000001 | 101001 |
Color Harmonies of #AD2554
Complementary color
Monochromatic Colors of #AD2554
Black with #AD2554
Text Example
Text Example
White with #AD2554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2554; }
p { color: rgb(173,37,84); }
H1.HeaderClassName
{
color: #AD2554;
}
.AnyTagClassName
{
color: #AD2554;
}
</style>
background-color css
<style>
a { background-color: #AD2554; }
a { background-color: rgb(173,37,84); }
div.DivClassName
{
background-color: #AD2554;
}
.BgClassName
{
background-color: #AD2554;
}
</style>
border-color css
<style>
span { border-color: #AD2554; }
span { border-color: rgb(173,37,84); }
td.TdClassName
{
border-color: #AD2554;
}
.TagClassName
{
border-color: #AD2554;
}
</style>