Shades of Lipstick #90194E
Tints of Lipstick #90194E
RGB
CMYK
RGB Variations
Color information
#90194E (or 0x90194E) is known color: Lipstick. HEX triplet: 90, 19 and 4E. RGB value is (144,25,78). Sum of RGB (Red+Green+Blue) = 144+25+78=247 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.30% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 78 (30.86% from 255 or 31.58% from 247); Max value from RGB is 144 - color contains mainly: red. Hex color #90194E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90194E is #6FE6B1. Grayscale: #424242. Windows color (decimal): -7333554 or 5118352. OLE color: 5118352.
HSL color Cylindrical-coordinate representation of color #90194E: hue angle of 333.28º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #90194E is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 25 | 78 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.44 |
| HSL | 333.28º | 0.7% | 0.33% | - |
| HSV(B) | 333.28º | 0.83% | 0.56% | - |
| XYZ | 13.22 | 7.17 | 7.9 | - |
| YUV | 66.62 | 134.42 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 25 | 78 | 0 | 0.83 | 0.46 | 0.44 | 333.28 | 0.7 | 0.33 |
| Hex | 90 | 19 | 4E | 0 | 53 | 2E | 2C | 14D | 46 | 21 |
| Octal | 220 | 31 | 116 | 0 | 123 | 56 | 54 | 515 | 106 | 41 |
| Binary | 10010000 | 11001 | 1001110 | 0 | 1010011 | 101110 | 101100 | 101001101 | 1000110 | 100001 |
Color Harmonies of #90194E
Complementary color
Monochromatic Colors of #90194E
Black with #90194E
Text Example
Text Example
White with #90194E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90194E; }
p { color: rgb(144,25,78); }
H1.HeaderClassName
{
color: #90194E;
}
.AnyTagClassName
{
color: #90194E;
}
</style>
background-color css
<style>
a { background-color: #90194E; }
a { background-color: rgb(144,25,78); }
div.DivClassName
{
background-color: #90194E;
}
.BgClassName
{
background-color: #90194E;
}
</style>
border-color css
<style>
span { border-color: #90194E; }
span { border-color: rgb(144,25,78); }
td.TdClassName
{
border-color: #90194E;
}
.TagClassName
{
border-color: #90194E;
}
</style>