Shades of Lipstick #902359
Tints of Lipstick #902359
RGB
CMYK
RGB Variations
Color information
#902359 (or 0x902359) is known color: Lipstick. HEX triplet: 90, 23 and 59. RGB value is (144,35,89). Sum of RGB (Red+Green+Blue) = 144+35+89=268 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.73% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 89 (35.16% from 255 or 33.21% from 268); Max value from RGB is 144 - color contains mainly: red. Hex color #902359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902359 is #6FDCA6. Grayscale: #494949. Windows color (decimal): -7330983 or 5841808. OLE color: 5841808.
HSL color Cylindrical-coordinate representation of color #902359: hue angle of 330.28º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #902359 is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 35 | 89 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.44 |
| HSL | 330.28º | 0.61% | 0.35% | - |
| HSV(B) | 330.28º | 0.76% | 0.56% | - |
| XYZ | 13.91 | 7.85 | 10.23 | - |
| YUV | 73.75 | 136.61 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 35 | 89 | 0 | 0.76 | 0.38 | 0.44 | 330.28 | 0.61 | 0.35 |
| Hex | 90 | 23 | 59 | 0 | 4C | 26 | 2C | 14A | 3D | 23 |
| Octal | 220 | 43 | 131 | 0 | 114 | 46 | 54 | 512 | 75 | 43 |
| Binary | 10010000 | 100011 | 1011001 | 0 | 1001100 | 100110 | 101100 | 101001010 | 111101 | 100011 |
Color Harmonies of #902359
Complementary color
Monochromatic Colors of #902359
Black with #902359
Text Example
Text Example
White with #902359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902359; }
p { color: rgb(144,35,89); }
H1.HeaderClassName
{
color: #902359;
}
.AnyTagClassName
{
color: #902359;
}
</style>
background-color css
<style>
a { background-color: #902359; }
a { background-color: rgb(144,35,89); }
div.DivClassName
{
background-color: #902359;
}
.BgClassName
{
background-color: #902359;
}
</style>
border-color css
<style>
span { border-color: #902359; }
span { border-color: rgb(144,35,89); }
td.TdClassName
{
border-color: #902359;
}
.TagClassName
{
border-color: #902359;
}
</style>