Shades of Lipstick #90355D
Tints of Lipstick #90355D
RGB
CMYK
RGB Variations
Color information
#90355D (or 0x90355D) is known color: Lipstick. HEX triplet: 90, 35 and 5D. RGB value is (144,53,93). Sum of RGB (Red+Green+Blue) = 144+53+93=290 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.66% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 144 - color contains mainly: red. Hex color #90355D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90355D is #6FCAA2. Grayscale: #545454. Windows color (decimal): -7326371 or 6108560. OLE color: 6108560.
HSL color Cylindrical-coordinate representation of color #90355D: hue angle of 333.63º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #90355D is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 53 | 93 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.44 |
| HSL | 333.63º | 0.46% | 0.39% | - |
| HSV(B) | 333.63º | 0.63% | 0.56% | - |
| XYZ | 14.75 | 9.27 | 11.37 | - |
| YUV | 84.77 | 132.65 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 53 | 93 | 0 | 0.63 | 0.35 | 0.44 | 333.63 | 0.46 | 0.39 |
| Hex | 90 | 35 | 5D | 0 | 3F | 23 | 2C | 14E | 2E | 27 |
| Octal | 220 | 65 | 135 | 0 | 77 | 43 | 54 | 516 | 56 | 47 |
| Binary | 10010000 | 110101 | 1011101 | 0 | 111111 | 100011 | 101100 | 101001110 | 101110 | 100111 |
Color Harmonies of #90355D
Complementary color
Monochromatic Colors of #90355D
Black with #90355D
Text Example
Text Example
White with #90355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90355D; }
p { color: rgb(144,53,93); }
H1.HeaderClassName
{
color: #90355D;
}
.AnyTagClassName
{
color: #90355D;
}
</style>
background-color css
<style>
a { background-color: #90355D; }
a { background-color: rgb(144,53,93); }
div.DivClassName
{
background-color: #90355D;
}
.BgClassName
{
background-color: #90355D;
}
</style>
border-color css
<style>
span { border-color: #90355D; }
span { border-color: rgb(144,53,93); }
td.TdClassName
{
border-color: #90355D;
}
.TagClassName
{
border-color: #90355D;
}
</style>