Shades of Lipstick #90225B
Tints of Lipstick #90225B
RGB
CMYK
RGB Variations
Color information
#90225B (or 0x90225B) is known color: Lipstick. HEX triplet: 90, 22 and 5B. RGB value is (144,34,91). Sum of RGB (Red+Green+Blue) = 144+34+91=269 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.53% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 144 - color contains mainly: red. Hex color #90225B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90225B is #6FDDA4. Grayscale: #494949. Windows color (decimal): -7331237 or 5972624. OLE color: 5972624.
HSL color Cylindrical-coordinate representation of color #90225B: hue angle of 328.91º degrees, saturation: 0.62, 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 #90225B is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 34 | 91 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.44 |
| HSL | 328.91º | 0.62% | 0.35% | - |
| HSV(B) | 328.91º | 0.76% | 0.56% | - |
| XYZ | 13.96 | 7.83 | 10.67 | - |
| YUV | 73.39 | 137.94 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 34 | 91 | 0 | 0.76 | 0.37 | 0.44 | 328.91 | 0.62 | 0.35 |
| Hex | 90 | 22 | 5B | 0 | 4C | 25 | 2C | 149 | 3E | 23 |
| Octal | 220 | 42 | 133 | 0 | 114 | 45 | 54 | 511 | 76 | 43 |
| Binary | 10010000 | 100010 | 1011011 | 0 | 1001100 | 100101 | 101100 | 101001001 | 111110 | 100011 |
Color Harmonies of #90225B
Complementary color
Monochromatic Colors of #90225B
Black with #90225B
Text Example
Text Example
White with #90225B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90225B; }
p { color: rgb(144,34,91); }
H1.HeaderClassName
{
color: #90225B;
}
.AnyTagClassName
{
color: #90225B;
}
</style>
background-color css
<style>
a { background-color: #90225B; }
a { background-color: rgb(144,34,91); }
div.DivClassName
{
background-color: #90225B;
}
.BgClassName
{
background-color: #90225B;
}
</style>
border-color css
<style>
span { border-color: #90225B; }
span { border-color: rgb(144,34,91); }
td.TdClassName
{
border-color: #90225B;
}
.TagClassName
{
border-color: #90225B;
}
</style>