Shades of Lipstick #90255F
Tints of Lipstick #90255F
RGB
CMYK
RGB Variations
Color information
#90255F (or 0x90255F) is known color: Lipstick. HEX triplet: 90, 25 and 5F. RGB value is (144,37,95). Sum of RGB (Red+Green+Blue) = 144+37+95=276 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.17% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 144 - color contains mainly: red. Hex color #90255F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90255F is #6FDAA0. Grayscale: #4B4B4B. Windows color (decimal): -7330465 or 6235536. OLE color: 6235536.
HSL color Cylindrical-coordinate representation of color #90255F: hue angle of 327.48º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #90255F is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 37 | 95 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.44 |
| HSL | 327.48º | 0.59% | 0.35% | - |
| HSV(B) | 327.48º | 0.74% | 0.56% | - |
| XYZ | 14.23 | 8.08 | 11.64 | - |
| YUV | 75.61 | 138.95 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 37 | 95 | 0 | 0.74 | 0.34 | 0.44 | 327.48 | 0.59 | 0.35 |
| Hex | 90 | 25 | 5F | 0 | 4A | 22 | 2C | 147 | 3B | 23 |
| Octal | 220 | 45 | 137 | 0 | 112 | 42 | 54 | 507 | 73 | 43 |
| Binary | 10010000 | 100101 | 1011111 | 0 | 1001010 | 100010 | 101100 | 101000111 | 111011 | 100011 |
Color Harmonies of #90255F
Complementary color
Monochromatic Colors of #90255F
Black with #90255F
Text Example
Text Example
White with #90255F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90255F; }
p { color: rgb(144,37,95); }
H1.HeaderClassName
{
color: #90255F;
}
.AnyTagClassName
{
color: #90255F;
}
</style>
background-color css
<style>
a { background-color: #90255F; }
a { background-color: rgb(144,37,95); }
div.DivClassName
{
background-color: #90255F;
}
.BgClassName
{
background-color: #90255F;
}
</style>
border-color css
<style>
span { border-color: #90255F; }
span { border-color: rgb(144,37,95); }
td.TdClassName
{
border-color: #90255F;
}
.TagClassName
{
border-color: #90255F;
}
</style>