Shades of Lipstick #90235C
Tints of Lipstick #90235C
RGB
CMYK
RGB Variations
Color information
#90235C (or 0x90235C) is known color: Lipstick. HEX triplet: 90, 23 and 5C. RGB value is (144,35,92). Sum of RGB (Red+Green+Blue) = 144+35+92=271 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.14% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 144 - color contains mainly: red. Hex color #90235C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90235C is #6FDCA3. Grayscale: #494949. Windows color (decimal): -7330980 or 6038416. OLE color: 6038416.
HSL color Cylindrical-coordinate representation of color #90235C: hue angle of 328.62º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #90235C is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 35 | 92 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.44 |
| HSL | 328.62º | 0.61% | 0.35% | - |
| HSV(B) | 328.62º | 0.76% | 0.56% | - |
| XYZ | 14.03 | 7.9 | 10.91 | - |
| YUV | 74.09 | 138.11 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 35 | 92 | 0 | 0.76 | 0.36 | 0.44 | 328.62 | 0.61 | 0.35 |
| Hex | 90 | 23 | 5C | 0 | 4C | 24 | 2C | 149 | 3D | 23 |
| Octal | 220 | 43 | 134 | 0 | 114 | 44 | 54 | 511 | 75 | 43 |
| Binary | 10010000 | 100011 | 1011100 | 0 | 1001100 | 100100 | 101100 | 101001001 | 111101 | 100011 |
Color Harmonies of #90235C
Complementary color
Monochromatic Colors of #90235C
Black with #90235C
Text Example
Text Example
White with #90235C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90235C; }
p { color: rgb(144,35,92); }
H1.HeaderClassName
{
color: #90235C;
}
.AnyTagClassName
{
color: #90235C;
}
</style>
background-color css
<style>
a { background-color: #90235C; }
a { background-color: rgb(144,35,92); }
div.DivClassName
{
background-color: #90235C;
}
.BgClassName
{
background-color: #90235C;
}
</style>
border-color css
<style>
span { border-color: #90235C; }
span { border-color: rgb(144,35,92); }
td.TdClassName
{
border-color: #90235C;
}
.TagClassName
{
border-color: #90235C;
}
</style>