Shades of Lipstick #AD275F
Tints of Lipstick #AD275F
RGB
CMYK
RGB Variations
Color information
#AD275F (or 0xAD275F) is known color: Lipstick. HEX triplet: AD, 27 and 5F. RGB value is (173,39,95). Sum of RGB (Red+Green+Blue) = 173+39+95=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD275F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD275F is #52D8A0. Grayscale: #555555. Windows color (decimal): -5429409 or 6236077. OLE color: 6236077.
HSL color Cylindrical-coordinate representation of color #AD275F: hue angle of 334.93º 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 #AD275F is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 95 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.32 |
| HSL | 334.93º | 0.63% | 0.42% | - |
| HSV(B) | 334.93º | 0.77% | 0.68% | - |
| XYZ | 20.02 | 11.16 | 11.93 | - |
| YUV | 85.45 | 133.39 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 95 | 0 | 0.77 | 0.45 | 0.32 | 334.93 | 0.63 | 0.42 |
| Hex | AD | 27 | 5F | 0 | 4D | 2D | 20 | 14F | 3F | 2A |
| Octal | 255 | 47 | 137 | 0 | 115 | 55 | 40 | 517 | 77 | 52 |
| Binary | 10101101 | 100111 | 1011111 | 0 | 1001101 | 101101 | 100000 | 101001111 | 111111 | 101010 |
Color Harmonies of #AD275F
Complementary color
Monochromatic Colors of #AD275F
Black with #AD275F
Text Example
Text Example
White with #AD275F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD275F; }
p { color: rgb(173,39,95); }
H1.HeaderClassName
{
color: #AD275F;
}
.AnyTagClassName
{
color: #AD275F;
}
</style>
background-color css
<style>
a { background-color: #AD275F; }
a { background-color: rgb(173,39,95); }
div.DivClassName
{
background-color: #AD275F;
}
.BgClassName
{
background-color: #AD275F;
}
</style>
border-color css
<style>
span { border-color: #AD275F; }
span { border-color: rgb(173,39,95); }
td.TdClassName
{
border-color: #AD275F;
}
.TagClassName
{
border-color: #AD275F;
}
</style>