Shades of Lipstick #90385A
Tints of Lipstick #90385A
RGB
CMYK
RGB Variations
Color information
#90385A (or 0x90385A) is known color: Lipstick. HEX triplet: 90, 38 and 5A. RGB value is (144,56,90). Sum of RGB (Red+Green+Blue) = 144+56+90=290 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.66% from 290); Green value is 56 (22.27% from 255 or 19.31% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 144 - color contains mainly: red. Hex color #90385A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90385A is #6FC7A5. Grayscale: #565656. Windows color (decimal): -7325606 or 5912720. OLE color: 5912720.
HSL color Cylindrical-coordinate representation of color #90385A: hue angle of 336.82º 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 #90385A is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 56 | 90 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.44 |
| HSL | 336.82º | 0.44% | 0.39% | - |
| HSV(B) | 336.82º | 0.61% | 0.56% | - |
| XYZ | 14.76 | 9.5 | 10.73 | - |
| YUV | 86.19 | 130.15 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 56 | 90 | 0 | 0.61 | 0.37 | 0.44 | 336.82 | 0.44 | 0.39 |
| Hex | 90 | 38 | 5A | 0 | 3D | 25 | 2C | 151 | 2C | 27 |
| Octal | 220 | 70 | 132 | 0 | 75 | 45 | 54 | 521 | 54 | 47 |
| Binary | 10010000 | 111000 | 1011010 | 0 | 111101 | 100101 | 101100 | 101010001 | 101100 | 100111 |
Color Harmonies of #90385A
Complementary color
Monochromatic Colors of #90385A
Black with #90385A
Text Example
Text Example
White with #90385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90385A; }
p { color: rgb(144,56,90); }
H1.HeaderClassName
{
color: #90385A;
}
.AnyTagClassName
{
color: #90385A;
}
</style>
background-color css
<style>
a { background-color: #90385A; }
a { background-color: rgb(144,56,90); }
div.DivClassName
{
background-color: #90385A;
}
.BgClassName
{
background-color: #90385A;
}
</style>
border-color css
<style>
span { border-color: #90385A; }
span { border-color: rgb(144,56,90); }
td.TdClassName
{
border-color: #90385A;
}
.TagClassName
{
border-color: #90385A;
}
</style>