Shades of Lipstick #90154C
Tints of Lipstick #90154C
RGB
CMYK
RGB Variations
Color information
#90154C (or 0x90154C) is known color: Lipstick. HEX triplet: 90, 15 and 4C. RGB value is (144,21,76). Sum of RGB (Red+Green+Blue) = 144+21+76=241 (31% of max value = 765). Red value is 144 (56.64% from 255 or 59.75% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 144 - color contains mainly: red. Hex color #90154C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90154C is #6FEAB3. Grayscale: #3F3F3F. Windows color (decimal): -7334580 or 4986256. OLE color: 4986256.
HSL color Cylindrical-coordinate representation of color #90154C: hue angle of 333.17º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #90154C is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 21 | 76 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.44 |
| HSL | 333.17º | 0.75% | 0.32% | - |
| HSV(B) | 333.17º | 0.85% | 0.56% | - |
| XYZ | 13.07 | 6.99 | 7.5 | - |
| YUV | 64.05 | 134.75 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 21 | 76 | 0 | 0.85 | 0.47 | 0.44 | 333.17 | 0.75 | 0.32 |
| Hex | 90 | 15 | 4C | 0 | 55 | 2F | 2C | 14D | 4B | 20 |
| Octal | 220 | 25 | 114 | 0 | 125 | 57 | 54 | 515 | 113 | 40 |
| Binary | 10010000 | 10101 | 1001100 | 0 | 1010101 | 101111 | 101100 | 101001101 | 1001011 | 100000 |
Color Harmonies of #90154C
Complementary color
Monochromatic Colors of #90154C
Black with #90154C
Text Example
Text Example
White with #90154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90154C; }
p { color: rgb(144,21,76); }
H1.HeaderClassName
{
color: #90154C;
}
.AnyTagClassName
{
color: #90154C;
}
</style>
background-color css
<style>
a { background-color: #90154C; }
a { background-color: rgb(144,21,76); }
div.DivClassName
{
background-color: #90154C;
}
.BgClassName
{
background-color: #90154C;
}
</style>
border-color css
<style>
span { border-color: #90154C; }
span { border-color: rgb(144,21,76); }
td.TdClassName
{
border-color: #90154C;
}
.TagClassName
{
border-color: #90154C;
}
</style>