Shades of Lipstick #90225D
Tints of Lipstick #90225D
RGB
CMYK
RGB Variations
Color information
#90225D (or 0x90225D) is known color: Lipstick. HEX triplet: 90, 22 and 5D. RGB value is (144,34,93). Sum of RGB (Red+Green+Blue) = 144+34+93=271 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.14% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 144 - color contains mainly: red. Hex color #90225D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90225D is #6FDDA2. Grayscale: #494949. Windows color (decimal): -7331235 or 6103696. OLE color: 6103696.
HSL color Cylindrical-coordinate representation of color #90225D: hue angle of 327.82º 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 #90225D is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 34 | 93 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.44 |
| HSL | 327.82º | 0.62% | 0.35% | - |
| HSV(B) | 327.82º | 0.76% | 0.56% | - |
| XYZ | 14.05 | 7.86 | 11.13 | - |
| YUV | 73.62 | 138.94 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 34 | 93 | 0 | 0.76 | 0.35 | 0.44 | 327.82 | 0.62 | 0.35 |
| Hex | 90 | 22 | 5D | 0 | 4C | 23 | 2C | 148 | 3E | 23 |
| Octal | 220 | 42 | 135 | 0 | 114 | 43 | 54 | 510 | 76 | 43 |
| Binary | 10010000 | 100010 | 1011101 | 0 | 1001100 | 100011 | 101100 | 101001000 | 111110 | 100011 |
Color Harmonies of #90225D
Complementary color
Monochromatic Colors of #90225D
Black with #90225D
Text Example
Text Example
White with #90225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90225D; }
p { color: rgb(144,34,93); }
H1.HeaderClassName
{
color: #90225D;
}
.AnyTagClassName
{
color: #90225D;
}
</style>
background-color css
<style>
a { background-color: #90225D; }
a { background-color: rgb(144,34,93); }
div.DivClassName
{
background-color: #90225D;
}
.BgClassName
{
background-color: #90225D;
}
</style>
border-color css
<style>
span { border-color: #90225D; }
span { border-color: rgb(144,34,93); }
td.TdClassName
{
border-color: #90225D;
}
.TagClassName
{
border-color: #90225D;
}
</style>