Shades of Lipstick #90245D
Tints of Lipstick #90245D
RGB
CMYK
RGB Variations
Color information
#90245D (or 0x90245D) is known color: Lipstick. HEX triplet: 90, 24 and 5D. RGB value is (144,36,93). Sum of RGB (Red+Green+Blue) = 144+36+93=273 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.75% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 144 - color contains mainly: red. Hex color #90245D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90245D is #6FDBA2. Grayscale: #4A4A4A. Windows color (decimal): -7330723 or 6104208. OLE color: 6104208.
HSL color Cylindrical-coordinate representation of color #90245D: hue angle of 328.33º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #90245D is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 36 | 93 | - |
| CMYK | 0 | 0.75 | 0.35 | 0.44 |
| HSL | 328.33º | 0.6% | 0.35% | - |
| HSV(B) | 328.33º | 0.75% | 0.56% | - |
| XYZ | 14.11 | 7.98 | 11.15 | - |
| YUV | 74.79 | 138.28 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 36 | 93 | 0 | 0.75 | 0.35 | 0.44 | 328.33 | 0.6 | 0.35 |
| Hex | 90 | 24 | 5D | 0 | 4B | 23 | 2C | 148 | 3C | 23 |
| Octal | 220 | 44 | 135 | 0 | 113 | 43 | 54 | 510 | 74 | 43 |
| Binary | 10010000 | 100100 | 1011101 | 0 | 1001011 | 100011 | 101100 | 101001000 | 111100 | 100011 |
Color Harmonies of #90245D
Complementary color
Monochromatic Colors of #90245D
Black with #90245D
Text Example
Text Example
White with #90245D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90245D; }
p { color: rgb(144,36,93); }
H1.HeaderClassName
{
color: #90245D;
}
.AnyTagClassName
{
color: #90245D;
}
</style>
background-color css
<style>
a { background-color: #90245D; }
a { background-color: rgb(144,36,93); }
div.DivClassName
{
background-color: #90245D;
}
.BgClassName
{
background-color: #90245D;
}
</style>
border-color css
<style>
span { border-color: #90245D; }
span { border-color: rgb(144,36,93); }
td.TdClassName
{
border-color: #90245D;
}
.TagClassName
{
border-color: #90245D;
}
</style>