Shades of Lipstick #AD275E
Tints of Lipstick #AD275E
RGB
CMYK
RGB Variations
Color information
#AD275E (or 0xAD275E) is known color: Lipstick. HEX triplet: AD, 27 and 5E. RGB value is (173,39,94). Sum of RGB (Red+Green+Blue) = 173+39+94=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD275E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD275E is #52D8A1. Grayscale: #555555. Windows color (decimal): -5429410 or 6170541. OLE color: 6170541.
HSL color Cylindrical-coordinate representation of color #AD275E: hue angle of 335.37º 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 #AD275E is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 94 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.32 |
| HSL | 335.37º | 0.63% | 0.42% | - |
| HSV(B) | 335.37º | 0.77% | 0.68% | - |
| XYZ | 19.98 | 11.14 | 11.69 | - |
| YUV | 85.34 | 132.89 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 94 | 0 | 0.77 | 0.46 | 0.32 | 335.37 | 0.63 | 0.42 |
| Hex | AD | 27 | 5E | 0 | 4D | 2E | 20 | 14F | 3F | 2A |
| Octal | 255 | 47 | 136 | 0 | 115 | 56 | 40 | 517 | 77 | 52 |
| Binary | 10101101 | 100111 | 1011110 | 0 | 1001101 | 101110 | 100000 | 101001111 | 111111 | 101010 |
Color Harmonies of #AD275E
Complementary color
Monochromatic Colors of #AD275E
Black with #AD275E
Text Example
Text Example
White with #AD275E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD275E; }
p { color: rgb(173,39,94); }
H1.HeaderClassName
{
color: #AD275E;
}
.AnyTagClassName
{
color: #AD275E;
}
</style>
background-color css
<style>
a { background-color: #AD275E; }
a { background-color: rgb(173,39,94); }
div.DivClassName
{
background-color: #AD275E;
}
.BgClassName
{
background-color: #AD275E;
}
</style>
border-color css
<style>
span { border-color: #AD275E; }
span { border-color: rgb(173,39,94); }
td.TdClassName
{
border-color: #AD275E;
}
.TagClassName
{
border-color: #AD275E;
}
</style>