Shades of Lipstick #90365D
Tints of Lipstick #90365D
RGB
CMYK
RGB Variations
Color information
#90365D (or 0x90365D) is known color: Lipstick. HEX triplet: 90, 36 and 5D. RGB value is (144,54,93). Sum of RGB (Red+Green+Blue) = 144+54+93=291 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.48% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 144 - color contains mainly: red. Hex color #90365D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90365D is #6FC9A2. Grayscale: #555555. Windows color (decimal): -7326115 or 6108816. OLE color: 6108816.
HSL color Cylindrical-coordinate representation of color #90365D: hue angle of 334º 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 #90365D is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 54 | 93 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.44 |
| HSL | 334º | 0.45% | 0.39% | - |
| HSV(B) | 334º | 0.63% | 0.56% | - |
| XYZ | 14.8 | 9.36 | 11.38 | - |
| YUV | 85.36 | 132.32 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 54 | 93 | 0 | 0.63 | 0.35 | 0.44 | 334 | 0.45 | 0.39 |
| Hex | 90 | 36 | 5D | 0 | 3F | 23 | 2C | 14E | 2D | 27 |
| Octal | 220 | 66 | 135 | 0 | 77 | 43 | 54 | 516 | 55 | 47 |
| Binary | 10010000 | 110110 | 1011101 | 0 | 111111 | 100011 | 101100 | 101001110 | 101101 | 100111 |
Color Harmonies of #90365D
Complementary color
Monochromatic Colors of #90365D
Black with #90365D
Text Example
Text Example
White with #90365D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90365D; }
p { color: rgb(144,54,93); }
H1.HeaderClassName
{
color: #90365D;
}
.AnyTagClassName
{
color: #90365D;
}
</style>
background-color css
<style>
a { background-color: #90365D; }
a { background-color: rgb(144,54,93); }
div.DivClassName
{
background-color: #90365D;
}
.BgClassName
{
background-color: #90365D;
}
</style>
border-color css
<style>
span { border-color: #90365D; }
span { border-color: rgb(144,54,93); }
td.TdClassName
{
border-color: #90365D;
}
.TagClassName
{
border-color: #90365D;
}
</style>