Shades of Lipstick #AB1C4D
Tints of Lipstick #AB1C4D
RGB
CMYK
RGB Variations
Color information
#AB1C4D (or 0xAB1C4D) is known color: Lipstick. HEX triplet: AB, 1C and 4D. RGB value is (171,28,77). Sum of RGB (Red+Green+Blue) = 171+28+77=276 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.96% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1C4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1C4D is #54E3B2. Grayscale: #4C4C4C. Windows color (decimal): -5563315 or 5053611. OLE color: 5053611.
HSL color Cylindrical-coordinate representation of color #AB1C4D: hue angle of 339.44º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB1C4D is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 28 | 77 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.33 |
| HSL | 339.44º | 0.72% | 0.39% | - |
| HSV(B) | 339.44º | 0.84% | 0.67% | - |
| XYZ | 18.55 | 10.02 | 7.98 | - |
| YUV | 76.34 | 128.38 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 28 | 77 | 0 | 0.84 | 0.55 | 0.33 | 339.44 | 0.72 | 0.39 |
| Hex | AB | 1C | 4D | 0 | 54 | 37 | 21 | 153 | 48 | 27 |
| Octal | 253 | 34 | 115 | 0 | 124 | 67 | 41 | 523 | 110 | 47 |
| Binary | 10101011 | 11100 | 1001101 | 0 | 1010100 | 110111 | 100001 | 101010011 | 1001000 | 100111 |
Color Harmonies of #AB1C4D
Complementary color
Monochromatic Colors of #AB1C4D
Black with #AB1C4D
Text Example
Text Example
White with #AB1C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1C4D; }
p { color: rgb(171,28,77); }
H1.HeaderClassName
{
color: #AB1C4D;
}
.AnyTagClassName
{
color: #AB1C4D;
}
</style>
background-color css
<style>
a { background-color: #AB1C4D; }
a { background-color: rgb(171,28,77); }
div.DivClassName
{
background-color: #AB1C4D;
}
.BgClassName
{
background-color: #AB1C4D;
}
</style>
border-color css
<style>
span { border-color: #AB1C4D; }
span { border-color: rgb(171,28,77); }
td.TdClassName
{
border-color: #AB1C4D;
}
.TagClassName
{
border-color: #AB1C4D;
}
</style>