Shades of Lipstick #AD1C4E
Tints of Lipstick #AD1C4E
RGB
CMYK
RGB Variations
Color information
#AD1C4E (or 0xAD1C4E) is known color: Lipstick. HEX triplet: AD, 1C and 4E. RGB value is (173,28,78). Sum of RGB (Red+Green+Blue) = 173+28+78=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 78 (30.86% from 255 or 27.96% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1C4E is #52E3B1. Grayscale: #4D4D4D. Windows color (decimal): -5432242 or 5119149. OLE color: 5119149.
HSL color Cylindrical-coordinate representation of color #AD1C4E: hue angle of 339.31º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1C4E is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 28 | 78 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.32 |
| HSL | 339.31º | 0.72% | 0.39% | - |
| HSV(B) | 339.31º | 0.84% | 0.68% | - |
| XYZ | 19.02 | 10.26 | 8.19 | - |
| YUV | 77.06 | 128.54 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 28 | 78 | 0 | 0.84 | 0.55 | 0.32 | 339.31 | 0.72 | 0.39 |
| Hex | AD | 1C | 4E | 0 | 54 | 37 | 20 | 153 | 48 | 27 |
| Octal | 255 | 34 | 116 | 0 | 124 | 67 | 40 | 523 | 110 | 47 |
| Binary | 10101101 | 11100 | 1001110 | 0 | 1010100 | 110111 | 100000 | 101010011 | 1001000 | 100111 |
Color Harmonies of #AD1C4E
Complementary color
Monochromatic Colors of #AD1C4E
Black with #AD1C4E
Text Example
Text Example
White with #AD1C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1C4E; }
p { color: rgb(173,28,78); }
H1.HeaderClassName
{
color: #AD1C4E;
}
.AnyTagClassName
{
color: #AD1C4E;
}
</style>
background-color css
<style>
a { background-color: #AD1C4E; }
a { background-color: rgb(173,28,78); }
div.DivClassName
{
background-color: #AD1C4E;
}
.BgClassName
{
background-color: #AD1C4E;
}
</style>
border-color css
<style>
span { border-color: #AD1C4E; }
span { border-color: rgb(173,28,78); }
td.TdClassName
{
border-color: #AD1C4E;
}
.TagClassName
{
border-color: #AD1C4E;
}
</style>