Shades of Lipstick #AD235D
Tints of Lipstick #AD235D
RGB
CMYK
RGB Variations
Color information
#AD235D (or 0xAD235D) is known color: Lipstick. HEX triplet: AD, 23 and 5D. RGB value is (173,35,93). Sum of RGB (Red+Green+Blue) = 173+35+93=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD235D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD235D is #52DCA2. Grayscale: #525252. Windows color (decimal): -5430435 or 6103981. OLE color: 6103981.
HSL color Cylindrical-coordinate representation of color #AD235D: hue angle of 334.78º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD235D is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 93 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.32 |
| HSL | 334.78º | 0.66% | 0.41% | - |
| HSV(B) | 334.78º | 0.8% | 0.68% | - |
| XYZ | 19.81 | 10.88 | 11.41 | - |
| YUV | 82.87 | 133.72 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 93 | 0 | 0.80 | 0.46 | 0.32 | 334.78 | 0.66 | 0.41 |
| Hex | AD | 23 | 5D | 0 | 50 | 2E | 20 | 14F | 42 | 29 |
| Octal | 255 | 43 | 135 | 0 | 120 | 56 | 40 | 517 | 102 | 51 |
| Binary | 10101101 | 100011 | 1011101 | 0 | 1010000 | 101110 | 100000 | 101001111 | 1000010 | 101001 |
Color Harmonies of #AD235D
Complementary color
Monochromatic Colors of #AD235D
Black with #AD235D
Text Example
Text Example
White with #AD235D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD235D; }
p { color: rgb(173,35,93); }
H1.HeaderClassName
{
color: #AD235D;
}
.AnyTagClassName
{
color: #AD235D;
}
</style>
background-color css
<style>
a { background-color: #AD235D; }
a { background-color: rgb(173,35,93); }
div.DivClassName
{
background-color: #AD235D;
}
.BgClassName
{
background-color: #AD235D;
}
</style>
border-color css
<style>
span { border-color: #AD235D; }
span { border-color: rgb(173,35,93); }
td.TdClassName
{
border-color: #AD235D;
}
.TagClassName
{
border-color: #AD235D;
}
</style>