Shades of Lipstick #AD2858
Tints of Lipstick #AD2858
RGB
CMYK
RGB Variations
Color information
#AD2858 (or 0xAD2858) is known color: Lipstick. HEX triplet: AD, 28 and 58. RGB value is (173,40,88). Sum of RGB (Red+Green+Blue) = 173+40+88=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2858 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2858 is #52D7A7. Grayscale: #555555. Windows color (decimal): -5429160 or 5777581. OLE color: 5777581.
HSL color Cylindrical-coordinate representation of color #AD2858: hue angle of 338.35º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD2858 is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 40 | 88 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.32 |
| HSL | 338.35º | 0.62% | 0.42% | - |
| HSV(B) | 338.35º | 0.77% | 0.68% | - |
| XYZ | 19.75 | 11.11 | 10.34 | - |
| YUV | 85.24 | 129.56 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 88 | 0 | 0.77 | 0.49 | 0.32 | 338.35 | 0.62 | 0.42 |
| Hex | AD | 28 | 58 | 0 | 4D | 31 | 20 | 152 | 3E | 2A |
| Octal | 255 | 50 | 130 | 0 | 115 | 61 | 40 | 522 | 76 | 52 |
| Binary | 10101101 | 101000 | 1011000 | 0 | 1001101 | 110001 | 100000 | 101010010 | 111110 | 101010 |
Color Harmonies of #AD2858
Complementary color
Monochromatic Colors of #AD2858
Black with #AD2858
Text Example
Text Example
White with #AD2858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2858; }
p { color: rgb(173,40,88); }
H1.HeaderClassName
{
color: #AD2858;
}
.AnyTagClassName
{
color: #AD2858;
}
</style>
background-color css
<style>
a { background-color: #AD2858; }
a { background-color: rgb(173,40,88); }
div.DivClassName
{
background-color: #AD2858;
}
.BgClassName
{
background-color: #AD2858;
}
</style>
border-color css
<style>
span { border-color: #AD2858; }
span { border-color: rgb(173,40,88); }
td.TdClassName
{
border-color: #AD2858;
}
.TagClassName
{
border-color: #AD2858;
}
</style>