Shades of Lipstick #90235B
Tints of Lipstick #90235B
RGB
CMYK
RGB Variations
Color information
#90235B (or 0x90235B) is known color: Lipstick. HEX triplet: 90, 23 and 5B. RGB value is (144,35,91). Sum of RGB (Red+Green+Blue) = 144+35+91=270 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.33% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 144 - color contains mainly: red. Hex color #90235B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90235B is #6FDCA4. Grayscale: #494949. Windows color (decimal): -7330981 or 5972880. OLE color: 5972880.
HSL color Cylindrical-coordinate representation of color #90235B: hue angle of 329.17º 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 #90235B is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 35 | 91 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.44 |
| HSL | 329.17º | 0.61% | 0.35% | - |
| HSV(B) | 329.17º | 0.76% | 0.56% | - |
| XYZ | 13.99 | 7.89 | 10.68 | - |
| YUV | 73.98 | 137.61 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 35 | 91 | 0 | 0.76 | 0.37 | 0.44 | 329.17 | 0.61 | 0.35 |
| Hex | 90 | 23 | 5B | 0 | 4C | 25 | 2C | 149 | 3D | 23 |
| Octal | 220 | 43 | 133 | 0 | 114 | 45 | 54 | 511 | 75 | 43 |
| Binary | 10010000 | 100011 | 1011011 | 0 | 1001100 | 100101 | 101100 | 101001001 | 111101 | 100011 |
Color Harmonies of #90235B
Complementary color
Monochromatic Colors of #90235B
Black with #90235B
Text Example
Text Example
White with #90235B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90235B; }
p { color: rgb(144,35,91); }
H1.HeaderClassName
{
color: #90235B;
}
.AnyTagClassName
{
color: #90235B;
}
</style>
background-color css
<style>
a { background-color: #90235B; }
a { background-color: rgb(144,35,91); }
div.DivClassName
{
background-color: #90235B;
}
.BgClassName
{
background-color: #90235B;
}
</style>
border-color css
<style>
span { border-color: #90235B; }
span { border-color: rgb(144,35,91); }
td.TdClassName
{
border-color: #90235B;
}
.TagClassName
{
border-color: #90235B;
}
</style>