Shades of Lipstick #AD275B
Tints of Lipstick #AD275B
RGB
CMYK
RGB Variations
Color information
#AD275B (or 0xAD275B) is known color: Lipstick. HEX triplet: AD, 27 and 5B. RGB value is (173,39,91). Sum of RGB (Red+Green+Blue) = 173+39+91=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD275B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD275B is #52D8A4. Grayscale: #545454. Windows color (decimal): -5429413 or 5973933. OLE color: 5973933.
HSL color Cylindrical-coordinate representation of color #AD275B: hue angle of 336.72º 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 #AD275B is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 91 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.32 |
| HSL | 336.72º | 0.63% | 0.42% | - |
| HSV(B) | 336.72º | 0.77% | 0.68% | - |
| XYZ | 19.85 | 11.09 | 10.99 | - |
| YUV | 84.99 | 131.39 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 91 | 0 | 0.77 | 0.47 | 0.32 | 336.72 | 0.63 | 0.42 |
| Hex | AD | 27 | 5B | 0 | 4D | 2F | 20 | 151 | 3F | 2A |
| Octal | 255 | 47 | 133 | 0 | 115 | 57 | 40 | 521 | 77 | 52 |
| Binary | 10101101 | 100111 | 1011011 | 0 | 1001101 | 101111 | 100000 | 101010001 | 111111 | 101010 |
Color Harmonies of #AD275B
Complementary color
Monochromatic Colors of #AD275B
Black with #AD275B
Text Example
Text Example
White with #AD275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD275B; }
p { color: rgb(173,39,91); }
H1.HeaderClassName
{
color: #AD275B;
}
.AnyTagClassName
{
color: #AD275B;
}
</style>
background-color css
<style>
a { background-color: #AD275B; }
a { background-color: rgb(173,39,91); }
div.DivClassName
{
background-color: #AD275B;
}
.BgClassName
{
background-color: #AD275B;
}
</style>
border-color css
<style>
span { border-color: #AD275B; }
span { border-color: rgb(173,39,91); }
td.TdClassName
{
border-color: #AD275B;
}
.TagClassName
{
border-color: #AD275B;
}
</style>