Shades of Lipstick #AD235B
Tints of Lipstick #AD235B
RGB
CMYK
RGB Variations
Color information
#AD235B (or 0xAD235B) is known color: Lipstick. HEX triplet: AD, 23 and 5B. RGB value is (173,35,91). Sum of RGB (Red+Green+Blue) = 173+35+91=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD235B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD235B is #52DCA4. Grayscale: #525252. Windows color (decimal): -5430437 or 5972909. OLE color: 5972909.
HSL color Cylindrical-coordinate representation of color #AD235B: hue angle of 335.65º 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 #AD235B is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 91 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.32 |
| HSL | 335.65º | 0.66% | 0.41% | - |
| HSV(B) | 335.65º | 0.8% | 0.68% | - |
| XYZ | 19.72 | 10.84 | 10.95 | - |
| YUV | 82.65 | 132.72 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 91 | 0 | 0.80 | 0.47 | 0.32 | 335.65 | 0.66 | 0.41 |
| Hex | AD | 23 | 5B | 0 | 50 | 2F | 20 | 150 | 42 | 29 |
| Octal | 255 | 43 | 133 | 0 | 120 | 57 | 40 | 520 | 102 | 51 |
| Binary | 10101101 | 100011 | 1011011 | 0 | 1010000 | 101111 | 100000 | 101010000 | 1000010 | 101001 |
Color Harmonies of #AD235B
Complementary color
Monochromatic Colors of #AD235B
Black with #AD235B
Text Example
Text Example
White with #AD235B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD235B; }
p { color: rgb(173,35,91); }
H1.HeaderClassName
{
color: #AD235B;
}
.AnyTagClassName
{
color: #AD235B;
}
</style>
background-color css
<style>
a { background-color: #AD235B; }
a { background-color: rgb(173,35,91); }
div.DivClassName
{
background-color: #AD235B;
}
.BgClassName
{
background-color: #AD235B;
}
</style>
border-color css
<style>
span { border-color: #AD235B; }
span { border-color: rgb(173,35,91); }
td.TdClassName
{
border-color: #AD235B;
}
.TagClassName
{
border-color: #AD235B;
}
</style>