Shades of Lipstick #902857
Tints of Lipstick #902857
RGB
CMYK
RGB Variations
Color information
#902857 (or 0x902857) is known color: Lipstick. HEX triplet: 90, 28 and 57. RGB value is (144,40,87). Sum of RGB (Red+Green+Blue) = 144+40+87=271 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.14% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 87 (34.38% from 255 or 32.10% from 271); Max value from RGB is 144 - color contains mainly: red. Hex color #902857 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902857 is #6FD7A8. Grayscale: #4C4C4C. Windows color (decimal): -7329705 or 5712016. OLE color: 5712016.
HSL color Cylindrical-coordinate representation of color #902857: hue angle of 332.88º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #902857 is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 40 | 87 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.44 |
| HSL | 332.88º | 0.57% | 0.36% | - |
| HSV(B) | 332.88º | 0.72% | 0.56% | - |
| XYZ | 13.98 | 8.13 | 9.85 | - |
| YUV | 76.45 | 133.96 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 40 | 87 | 0 | 0.72 | 0.40 | 0.44 | 332.88 | 0.57 | 0.36 |
| Hex | 90 | 28 | 57 | 0 | 48 | 28 | 2C | 14D | 39 | 24 |
| Octal | 220 | 50 | 127 | 0 | 110 | 50 | 54 | 515 | 71 | 44 |
| Binary | 10010000 | 101000 | 1010111 | 0 | 1001000 | 101000 | 101100 | 101001101 | 111001 | 100100 |
Color Harmonies of #902857
Complementary color
Monochromatic Colors of #902857
Black with #902857
Text Example
Text Example
White with #902857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902857; }
p { color: rgb(144,40,87); }
H1.HeaderClassName
{
color: #902857;
}
.AnyTagClassName
{
color: #902857;
}
</style>
background-color css
<style>
a { background-color: #902857; }
a { background-color: rgb(144,40,87); }
div.DivClassName
{
background-color: #902857;
}
.BgClassName
{
background-color: #902857;
}
</style>
border-color css
<style>
span { border-color: #902857; }
span { border-color: rgb(144,40,87); }
td.TdClassName
{
border-color: #902857;
}
.TagClassName
{
border-color: #902857;
}
</style>