Shades of Lipstick #90144D
Tints of Lipstick #90144D
RGB
CMYK
RGB Variations
Color information
#90144D (or 0x90144D) is known color: Lipstick. HEX triplet: 90, 14 and 4D. RGB value is (144,20,77). Sum of RGB (Red+Green+Blue) = 144+20+77=241 (31% of max value = 765). Red value is 144 (56.64% from 255 or 59.75% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 144 - color contains mainly: red. Hex color #90144D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90144D is #6FEBB2. Grayscale: #3F3F3F. Windows color (decimal): -7334835 or 5051536. OLE color: 5051536.
HSL color Cylindrical-coordinate representation of color #90144D: hue angle of 332.42º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #90144D is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 20 | 77 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.44 |
| HSL | 332.42º | 0.76% | 0.32% | - |
| HSV(B) | 332.42º | 0.86% | 0.56% | - |
| XYZ | 13.09 | 6.97 | 7.68 | - |
| YUV | 63.57 | 135.58 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 20 | 77 | 0 | 0.86 | 0.47 | 0.44 | 332.42 | 0.76 | 0.32 |
| Hex | 90 | 14 | 4D | 0 | 56 | 2F | 2C | 14C | 4C | 20 |
| Octal | 220 | 24 | 115 | 0 | 126 | 57 | 54 | 514 | 114 | 40 |
| Binary | 10010000 | 10100 | 1001101 | 0 | 1010110 | 101111 | 101100 | 101001100 | 1001100 | 100000 |
Color Harmonies of #90144D
Complementary color
Monochromatic Colors of #90144D
Black with #90144D
Text Example
Text Example
White with #90144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90144D; }
p { color: rgb(144,20,77); }
H1.HeaderClassName
{
color: #90144D;
}
.AnyTagClassName
{
color: #90144D;
}
</style>
background-color css
<style>
a { background-color: #90144D; }
a { background-color: rgb(144,20,77); }
div.DivClassName
{
background-color: #90144D;
}
.BgClassName
{
background-color: #90144D;
}
</style>
border-color css
<style>
span { border-color: #90144D; }
span { border-color: rgb(144,20,77); }
td.TdClassName
{
border-color: #90144D;
}
.TagClassName
{
border-color: #90144D;
}
</style>