Shades of Lipstick #902C59
Tints of Lipstick #902C59
RGB
CMYK
RGB Variations
Color information
#902C59 (or 0x902C59) is known color: Lipstick. HEX triplet: 90, 2C and 59. RGB value is (144,44,89). Sum of RGB (Red+Green+Blue) = 144+44+89=277 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.99% from 277); Green value is 44 (17.58% from 255 or 15.88% from 277); Blue value is 89 (35.16% from 255 or 32.13% from 277); Max value from RGB is 144 - color contains mainly: red. Hex color #902C59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902C59 is #6FD3A6. Grayscale: #4E4E4E. Windows color (decimal): -7328679 or 5844112. OLE color: 5844112.
HSL color Cylindrical-coordinate representation of color #902C59: hue angle of 333º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #902C59 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 44 | 89 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.44 |
| HSL | 333º | 0.53% | 0.37% | - |
| HSV(B) | 333º | 0.69% | 0.56% | - |
| XYZ | 14.21 | 8.45 | 10.33 | - |
| YUV | 79.03 | 133.63 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 44 | 89 | 0 | 0.69 | 0.38 | 0.44 | 333 | 0.53 | 0.37 |
| Hex | 90 | 2C | 59 | 0 | 45 | 26 | 2C | 14D | 35 | 25 |
| Octal | 220 | 54 | 131 | 0 | 105 | 46 | 54 | 515 | 65 | 45 |
| Binary | 10010000 | 101100 | 1011001 | 0 | 1000101 | 100110 | 101100 | 101001101 | 110101 | 100101 |
Color Harmonies of #902C59
Complementary color
Monochromatic Colors of #902C59
Black with #902C59
Text Example
Text Example
White with #902C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902C59; }
p { color: rgb(144,44,89); }
H1.HeaderClassName
{
color: #902C59;
}
.AnyTagClassName
{
color: #902C59;
}
</style>
background-color css
<style>
a { background-color: #902C59; }
a { background-color: rgb(144,44,89); }
div.DivClassName
{
background-color: #902C59;
}
.BgClassName
{
background-color: #902C59;
}
</style>
border-color css
<style>
span { border-color: #902C59; }
span { border-color: rgb(144,44,89); }
td.TdClassName
{
border-color: #902C59;
}
.TagClassName
{
border-color: #902C59;
}
</style>