Shades of Lipstick #90134D
Tints of Lipstick #90134D
RGB
CMYK
RGB Variations
Color information
#90134D (or 0x90134D) is known color: Lipstick. HEX triplet: 90, 13 and 4D. RGB value is (144,19,77). Sum of RGB (Red+Green+Blue) = 144+19+77=240 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 144 - color contains mainly: red. Hex color #90134D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90134D is #6FECB2. Grayscale: #3E3E3E. Windows color (decimal): -7335091 or 5051280. OLE color: 5051280.
HSL color Cylindrical-coordinate representation of color #90134D: hue angle of 332.16º 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 #90134D is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 19 | 77 | - |
| CMYK | 0 | 0.87 | 0.47 | 0.44 |
| HSL | 332.16º | 0.77% | 0.32% | - |
| HSV(B) | 332.16º | 0.87% | 0.56% | - |
| XYZ | 13.07 | 6.93 | 7.67 | - |
| YUV | 62.99 | 135.91 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 19 | 77 | 0 | 0.87 | 0.47 | 0.44 | 332.16 | 0.77 | 0.32 |
| Hex | 90 | 13 | 4D | 0 | 57 | 2F | 2C | 14C | 4D | 20 |
| Octal | 220 | 23 | 115 | 0 | 127 | 57 | 54 | 514 | 115 | 40 |
| Binary | 10010000 | 10011 | 1001101 | 0 | 1010111 | 101111 | 101100 | 101001100 | 1001101 | 100000 |
Color Harmonies of #90134D
Complementary color
Monochromatic Colors of #90134D
Black with #90134D
Text Example
Text Example
White with #90134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90134D; }
p { color: rgb(144,19,77); }
H1.HeaderClassName
{
color: #90134D;
}
.AnyTagClassName
{
color: #90134D;
}
</style>
background-color css
<style>
a { background-color: #90134D; }
a { background-color: rgb(144,19,77); }
div.DivClassName
{
background-color: #90134D;
}
.BgClassName
{
background-color: #90134D;
}
</style>
border-color css
<style>
span { border-color: #90134D; }
span { border-color: rgb(144,19,77); }
td.TdClassName
{
border-color: #90134D;
}
.TagClassName
{
border-color: #90134D;
}
</style>