Shades of Lipstick #90365E
Tints of Lipstick #90365E
RGB
CMYK
RGB Variations
Color information
#90365E (or 0x90365E) is known color: Lipstick. HEX triplet: 90, 36 and 5E. RGB value is (144,54,94). Sum of RGB (Red+Green+Blue) = 144+54+94=292 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.32% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 144 - color contains mainly: red. Hex color #90365E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90365E is #6FC9A1. Grayscale: #555555. Windows color (decimal): -7326114 or 6174352. OLE color: 6174352.
HSL color Cylindrical-coordinate representation of color #90365E: hue angle of 333.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #90365E is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 54 | 94 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.44 |
| HSL | 333.33º | 0.45% | 0.39% | - |
| HSV(B) | 333.33º | 0.63% | 0.56% | - |
| XYZ | 14.84 | 9.38 | 11.62 | - |
| YUV | 85.47 | 132.82 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 54 | 94 | 0 | 0.63 | 0.35 | 0.44 | 333.33 | 0.45 | 0.39 |
| Hex | 90 | 36 | 5E | 0 | 3F | 23 | 2C | 14D | 2D | 27 |
| Octal | 220 | 66 | 136 | 0 | 77 | 43 | 54 | 515 | 55 | 47 |
| Binary | 10010000 | 110110 | 1011110 | 0 | 111111 | 100011 | 101100 | 101001101 | 101101 | 100111 |
Color Harmonies of #90365E
Complementary color
Monochromatic Colors of #90365E
Black with #90365E
Text Example
Text Example
White with #90365E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90365E; }
p { color: rgb(144,54,94); }
H1.HeaderClassName
{
color: #90365E;
}
.AnyTagClassName
{
color: #90365E;
}
</style>
background-color css
<style>
a { background-color: #90365E; }
a { background-color: rgb(144,54,94); }
div.DivClassName
{
background-color: #90365E;
}
.BgClassName
{
background-color: #90365E;
}
</style>
border-color css
<style>
span { border-color: #90365E; }
span { border-color: rgb(144,54,94); }
td.TdClassName
{
border-color: #90365E;
}
.TagClassName
{
border-color: #90365E;
}
</style>