Shades of Lipstick #90144B
Tints of Lipstick #90144B
RGB
CMYK
RGB Variations
Color information
#90144B (or 0x90144B) is known color: Lipstick. HEX triplet: 90, 14 and 4B. RGB value is (144,20,75). Sum of RGB (Red+Green+Blue) = 144+20+75=239 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.25% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 144 - color contains mainly: red. Hex color #90144B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90144B is #6FEBB4. Grayscale: #3F3F3F. Windows color (decimal): -7334837 or 4920464. OLE color: 4920464.
HSL color Cylindrical-coordinate representation of color #90144B: hue angle of 333.39º 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 #90144B is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 20 | 75 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.44 |
| HSL | 333.39º | 0.76% | 0.32% | - |
| HSV(B) | 333.39º | 0.86% | 0.56% | - |
| XYZ | 13.02 | 6.94 | 7.31 | - |
| YUV | 63.35 | 134.58 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 20 | 75 | 0 | 0.86 | 0.48 | 0.44 | 333.39 | 0.76 | 0.32 |
| Hex | 90 | 14 | 4B | 0 | 56 | 30 | 2C | 14D | 4C | 20 |
| Octal | 220 | 24 | 113 | 0 | 126 | 60 | 54 | 515 | 114 | 40 |
| Binary | 10010000 | 10100 | 1001011 | 0 | 1010110 | 110000 | 101100 | 101001101 | 1001100 | 100000 |
Color Harmonies of #90144B
Complementary color
Monochromatic Colors of #90144B
Black with #90144B
Text Example
Text Example
White with #90144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90144B; }
p { color: rgb(144,20,75); }
H1.HeaderClassName
{
color: #90144B;
}
.AnyTagClassName
{
color: #90144B;
}
</style>
background-color css
<style>
a { background-color: #90144B; }
a { background-color: rgb(144,20,75); }
div.DivClassName
{
background-color: #90144B;
}
.BgClassName
{
background-color: #90144B;
}
</style>
border-color css
<style>
span { border-color: #90144B; }
span { border-color: rgb(144,20,75); }
td.TdClassName
{
border-color: #90144B;
}
.TagClassName
{
border-color: #90144B;
}
</style>