Shades of Lipstick #AD2958
Tints of Lipstick #AD2958
RGB
CMYK
RGB Variations
Color information
#AD2958 (or 0xAD2958) is known color: Lipstick. HEX triplet: AD, 29 and 58. RGB value is (173,41,88). Sum of RGB (Red+Green+Blue) = 173+41+88=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 88 (34.77% from 255 or 29.14% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2958 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2958 is #52D6A7. Grayscale: #555555. Windows color (decimal): -5428904 or 5777837. OLE color: 5777837.
HSL color Cylindrical-coordinate representation of color #AD2958: hue angle of 338.64º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD2958 is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 41 | 88 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.32 |
| HSL | 338.64º | 0.62% | 0.42% | - |
| HSV(B) | 338.64º | 0.76% | 0.68% | - |
| XYZ | 19.79 | 11.17 | 10.35 | - |
| YUV | 85.83 | 129.23 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 41 | 88 | 0 | 0.76 | 0.49 | 0.32 | 338.64 | 0.62 | 0.42 |
| Hex | AD | 29 | 58 | 0 | 4C | 31 | 20 | 153 | 3E | 2A |
| Octal | 255 | 51 | 130 | 0 | 114 | 61 | 40 | 523 | 76 | 52 |
| Binary | 10101101 | 101001 | 1011000 | 0 | 1001100 | 110001 | 100000 | 101010011 | 111110 | 101010 |
Color Harmonies of #AD2958
Complementary color
Monochromatic Colors of #AD2958
Black with #AD2958
Text Example
Text Example
White with #AD2958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2958; }
p { color: rgb(173,41,88); }
H1.HeaderClassName
{
color: #AD2958;
}
.AnyTagClassName
{
color: #AD2958;
}
</style>
background-color css
<style>
a { background-color: #AD2958; }
a { background-color: rgb(173,41,88); }
div.DivClassName
{
background-color: #AD2958;
}
.BgClassName
{
background-color: #AD2958;
}
</style>
border-color css
<style>
span { border-color: #AD2958; }
span { border-color: rgb(173,41,88); }
td.TdClassName
{
border-color: #AD2958;
}
.TagClassName
{
border-color: #AD2958;
}
</style>