Shades of Lipstick #90355A
Tints of Lipstick #90355A
RGB
CMYK
RGB Variations
Color information
#90355A (or 0x90355A) is known color: Lipstick. HEX triplet: 90, 35 and 5A. RGB value is (144,53,90). Sum of RGB (Red+Green+Blue) = 144+53+90=287 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50.17% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 144 - color contains mainly: red. Hex color #90355A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90355A is #6FCAA5. Grayscale: #545454. Windows color (decimal): -7326374 or 5911952. OLE color: 5911952.
HSL color Cylindrical-coordinate representation of color #90355A: hue angle of 335.6º 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 #90355A is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 53 | 90 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.44 |
| HSL | 335.6º | 0.46% | 0.39% | - |
| HSV(B) | 335.6º | 0.63% | 0.56% | - |
| XYZ | 14.62 | 9.21 | 10.68 | - |
| YUV | 84.43 | 131.15 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 53 | 90 | 0 | 0.63 | 0.37 | 0.44 | 335.6 | 0.46 | 0.39 |
| Hex | 90 | 35 | 5A | 0 | 3F | 25 | 2C | 150 | 2E | 27 |
| Octal | 220 | 65 | 132 | 0 | 77 | 45 | 54 | 520 | 56 | 47 |
| Binary | 10010000 | 110101 | 1011010 | 0 | 111111 | 100101 | 101100 | 101010000 | 101110 | 100111 |
Color Harmonies of #90355A
Complementary color
Monochromatic Colors of #90355A
Black with #90355A
Text Example
Text Example
White with #90355A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90355A; }
p { color: rgb(144,53,90); }
H1.HeaderClassName
{
color: #90355A;
}
.AnyTagClassName
{
color: #90355A;
}
</style>
background-color css
<style>
a { background-color: #90355A; }
a { background-color: rgb(144,53,90); }
div.DivClassName
{
background-color: #90355A;
}
.BgClassName
{
background-color: #90355A;
}
</style>
border-color css
<style>
span { border-color: #90355A; }
span { border-color: rgb(144,53,90); }
td.TdClassName
{
border-color: #90355A;
}
.TagClassName
{
border-color: #90355A;
}
</style>