Shades of Lipstick #90385E
Tints of Lipstick #90385E
RGB
CMYK
RGB Variations
Color information
#90385E (or 0x90385E) is known color: Lipstick. HEX triplet: 90, 38 and 5E. RGB value is (144,56,94). Sum of RGB (Red+Green+Blue) = 144+56+94=294 (38% of max value = 765). Red value is 144 (56.64% from 255 or 48.98% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 144 - color contains mainly: red. Hex color #90385E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90385E is #6FC7A1. Grayscale: #565656. Windows color (decimal): -7325602 or 6174864. OLE color: 6174864.
HSL color Cylindrical-coordinate representation of color #90385E: hue angle of 334.09º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #90385E is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 56 | 94 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.44 |
| HSL | 334.09º | 0.44% | 0.39% | - |
| HSV(B) | 334.09º | 0.61% | 0.56% | - |
| XYZ | 14.94 | 9.57 | 11.65 | - |
| YUV | 86.64 | 132.15 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 56 | 94 | 0 | 0.61 | 0.35 | 0.44 | 334.09 | 0.44 | 0.39 |
| Hex | 90 | 38 | 5E | 0 | 3D | 23 | 2C | 14E | 2C | 27 |
| Octal | 220 | 70 | 136 | 0 | 75 | 43 | 54 | 516 | 54 | 47 |
| Binary | 10010000 | 111000 | 1011110 | 0 | 111101 | 100011 | 101100 | 101001110 | 101100 | 100111 |
Color Harmonies of #90385E
Complementary color
Monochromatic Colors of #90385E
Black with #90385E
Text Example
Text Example
White with #90385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90385E; }
p { color: rgb(144,56,94); }
H1.HeaderClassName
{
color: #90385E;
}
.AnyTagClassName
{
color: #90385E;
}
</style>
background-color css
<style>
a { background-color: #90385E; }
a { background-color: rgb(144,56,94); }
div.DivClassName
{
background-color: #90385E;
}
.BgClassName
{
background-color: #90385E;
}
</style>
border-color css
<style>
span { border-color: #90385E; }
span { border-color: rgb(144,56,94); }
td.TdClassName
{
border-color: #90385E;
}
.TagClassName
{
border-color: #90385E;
}
</style>