Shades of Lipstick #902E5E
Tints of Lipstick #902E5E
RGB
CMYK
RGB Variations
Color information
#902E5E (or 0x902E5E) is known color: Lipstick. HEX triplet: 90, 2E and 5E. RGB value is (144,46,94). Sum of RGB (Red+Green+Blue) = 144+46+94=284 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.70% from 284); Green value is 46 (18.36% from 255 or 16.20% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 144 - color contains mainly: red. Hex color #902E5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902E5E is #6FD1A1. Grayscale: #505050. Windows color (decimal): -7328162 or 6172304. OLE color: 6172304.
HSL color Cylindrical-coordinate representation of color #902E5E: hue angle of 330.61º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #902E5E is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 46 | 94 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.44 |
| HSL | 330.61º | 0.52% | 0.37% | - |
| HSV(B) | 330.61º | 0.68% | 0.56% | - |
| XYZ | 14.5 | 8.69 | 11.5 | - |
| YUV | 80.77 | 135.47 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 46 | 94 | 0 | 0.68 | 0.35 | 0.44 | 330.61 | 0.52 | 0.37 |
| Hex | 90 | 2E | 5E | 0 | 44 | 23 | 2C | 14B | 34 | 25 |
| Octal | 220 | 56 | 136 | 0 | 104 | 43 | 54 | 513 | 64 | 45 |
| Binary | 10010000 | 101110 | 1011110 | 0 | 1000100 | 100011 | 101100 | 101001011 | 110100 | 100101 |
Color Harmonies of #902E5E
Complementary color
Monochromatic Colors of #902E5E
Black with #902E5E
Text Example
Text Example
White with #902E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902E5E; }
p { color: rgb(144,46,94); }
H1.HeaderClassName
{
color: #902E5E;
}
.AnyTagClassName
{
color: #902E5E;
}
</style>
background-color css
<style>
a { background-color: #902E5E; }
a { background-color: rgb(144,46,94); }
div.DivClassName
{
background-color: #902E5E;
}
.BgClassName
{
background-color: #902E5E;
}
</style>
border-color css
<style>
span { border-color: #902E5E; }
span { border-color: rgb(144,46,94); }
td.TdClassName
{
border-color: #902E5E;
}
.TagClassName
{
border-color: #902E5E;
}
</style>