Shades of Lipstick #90134E
Tints of Lipstick #90134E
RGB
CMYK
RGB Variations
Color information
#90134E (or 0x90134E) is known color: Lipstick. HEX triplet: 90, 13 and 4E. RGB value is (144,19,78). Sum of RGB (Red+Green+Blue) = 144+19+78=241 (31% of max value = 765). Red value is 144 (56.64% from 255 or 59.75% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 144 - color contains mainly: red. Hex color #90134E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90134E is #6FECB1. Grayscale: #3E3E3E. Windows color (decimal): -7335090 or 5116816. OLE color: 5116816.
HSL color Cylindrical-coordinate representation of color #90134E: hue angle of 331.68º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #90134E is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 19 | 78 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.44 |
| HSL | 331.68º | 0.77% | 0.32% | - |
| HSV(B) | 331.68º | 0.87% | 0.56% | - |
| XYZ | 13.11 | 6.95 | 7.86 | - |
| YUV | 63.1 | 136.41 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 19 | 78 | 0 | 0.87 | 0.46 | 0.44 | 331.68 | 0.77 | 0.32 |
| Hex | 90 | 13 | 4E | 0 | 57 | 2E | 2C | 14C | 4D | 20 |
| Octal | 220 | 23 | 116 | 0 | 127 | 56 | 54 | 514 | 115 | 40 |
| Binary | 10010000 | 10011 | 1001110 | 0 | 1010111 | 101110 | 101100 | 101001100 | 1001101 | 100000 |
Color Harmonies of #90134E
Complementary color
Monochromatic Colors of #90134E
Black with #90134E
Text Example
Text Example
White with #90134E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90134E; }
p { color: rgb(144,19,78); }
H1.HeaderClassName
{
color: #90134E;
}
.AnyTagClassName
{
color: #90134E;
}
</style>
background-color css
<style>
a { background-color: #90134E; }
a { background-color: rgb(144,19,78); }
div.DivClassName
{
background-color: #90134E;
}
.BgClassName
{
background-color: #90134E;
}
</style>
border-color css
<style>
span { border-color: #90134E; }
span { border-color: rgb(144,19,78); }
td.TdClassName
{
border-color: #90134E;
}
.TagClassName
{
border-color: #90134E;
}
</style>