Shades of Lipstick #90275D
Tints of Lipstick #90275D
RGB
CMYK
RGB Variations
Color information
#90275D (or 0x90275D) is known color: Lipstick. HEX triplet: 90, 27 and 5D. RGB value is (144,39,93). Sum of RGB (Red+Green+Blue) = 144+39+93=276 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.17% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 144 - color contains mainly: red. Hex color #90275D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90275D is #6FD8A2. Grayscale: #4C4C4C. Windows color (decimal): -7329955 or 6104976. OLE color: 6104976.
HSL color Cylindrical-coordinate representation of color #90275D: hue angle of 329.14º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #90275D is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 39 | 93 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.44 |
| HSL | 329.14º | 0.57% | 0.36% | - |
| HSV(B) | 329.14º | 0.73% | 0.56% | - |
| XYZ | 14.2 | 8.17 | 11.18 | - |
| YUV | 76.55 | 137.29 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 39 | 93 | 0 | 0.73 | 0.35 | 0.44 | 329.14 | 0.57 | 0.36 |
| Hex | 90 | 27 | 5D | 0 | 49 | 23 | 2C | 149 | 39 | 24 |
| Octal | 220 | 47 | 135 | 0 | 111 | 43 | 54 | 511 | 71 | 44 |
| Binary | 10010000 | 100111 | 1011101 | 0 | 1001001 | 100011 | 101100 | 101001001 | 111001 | 100100 |
Color Harmonies of #90275D
Complementary color
Monochromatic Colors of #90275D
Black with #90275D
Text Example
Text Example
White with #90275D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90275D; }
p { color: rgb(144,39,93); }
H1.HeaderClassName
{
color: #90275D;
}
.AnyTagClassName
{
color: #90275D;
}
</style>
background-color css
<style>
a { background-color: #90275D; }
a { background-color: rgb(144,39,93); }
div.DivClassName
{
background-color: #90275D;
}
.BgClassName
{
background-color: #90275D;
}
</style>
border-color css
<style>
span { border-color: #90275D; }
span { border-color: rgb(144,39,93); }
td.TdClassName
{
border-color: #90275D;
}
.TagClassName
{
border-color: #90275D;
}
</style>