Shades of Lipstick #AD275D
Tints of Lipstick #AD275D
RGB
CMYK
RGB Variations
Color information
#AD275D (or 0xAD275D) is known color: Lipstick. HEX triplet: AD, 27 and 5D. RGB value is (173,39,93). Sum of RGB (Red+Green+Blue) = 173+39+93=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD275D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD275D is #52D8A2. Grayscale: #555555. Windows color (decimal): -5429411 or 6105005. OLE color: 6105005.
HSL color Cylindrical-coordinate representation of color #AD275D: hue angle of 335.82º degrees, saturation: 0.63, 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 #AD275D is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 93 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.32 |
| HSL | 335.82º | 0.63% | 0.42% | - |
| HSV(B) | 335.82º | 0.77% | 0.68% | - |
| XYZ | 19.93 | 11.13 | 11.45 | - |
| YUV | 85.22 | 132.39 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 93 | 0 | 0.77 | 0.46 | 0.32 | 335.82 | 0.63 | 0.42 |
| Hex | AD | 27 | 5D | 0 | 4D | 2E | 20 | 150 | 3F | 2A |
| Octal | 255 | 47 | 135 | 0 | 115 | 56 | 40 | 520 | 77 | 52 |
| Binary | 10101101 | 100111 | 1011101 | 0 | 1001101 | 101110 | 100000 | 101010000 | 111111 | 101010 |
Color Harmonies of #AD275D
Complementary color
Monochromatic Colors of #AD275D
Black with #AD275D
Text Example
Text Example
White with #AD275D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD275D; }
p { color: rgb(173,39,93); }
H1.HeaderClassName
{
color: #AD275D;
}
.AnyTagClassName
{
color: #AD275D;
}
</style>
background-color css
<style>
a { background-color: #AD275D; }
a { background-color: rgb(173,39,93); }
div.DivClassName
{
background-color: #AD275D;
}
.BgClassName
{
background-color: #AD275D;
}
</style>
border-color css
<style>
span { border-color: #AD275D; }
span { border-color: rgb(173,39,93); }
td.TdClassName
{
border-color: #AD275D;
}
.TagClassName
{
border-color: #AD275D;
}
</style>