Shades of Lipstick #902A60
Tints of Lipstick #902A60
RGB
CMYK
RGB Variations
Color information
#902A60 (or 0x902A60) is known color: Lipstick. HEX triplet: 90, 2A and 60. RGB value is (144,42,96). Sum of RGB (Red+Green+Blue) = 144+42+96=282 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.06% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 144 - color contains mainly: red. Hex color #902A60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902A60 is #6FD59F. Grayscale: #4E4E4E. Windows color (decimal): -7329184 or 6302352. OLE color: 6302352.
HSL color Cylindrical-coordinate representation of color #902A60: hue angle of 328.24º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #902A60 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 42 | 96 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.44 |
| HSL | 328.24º | 0.55% | 0.36% | - |
| HSV(B) | 328.24º | 0.71% | 0.56% | - |
| XYZ | 14.44 | 8.43 | 11.93 | - |
| YUV | 78.65 | 137.79 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 42 | 96 | 0 | 0.71 | 0.33 | 0.44 | 328.24 | 0.55 | 0.36 |
| Hex | 90 | 2A | 60 | 0 | 47 | 21 | 2C | 148 | 37 | 24 |
| Octal | 220 | 52 | 140 | 0 | 107 | 41 | 54 | 510 | 67 | 44 |
| Binary | 10010000 | 101010 | 1100000 | 0 | 1000111 | 100001 | 101100 | 101001000 | 110111 | 100100 |
Color Harmonies of #902A60
Complementary color
Monochromatic Colors of #902A60
Black with #902A60
Text Example
Text Example
White with #902A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902A60; }
p { color: rgb(144,42,96); }
H1.HeaderClassName
{
color: #902A60;
}
.AnyTagClassName
{
color: #902A60;
}
</style>
background-color css
<style>
a { background-color: #902A60; }
a { background-color: rgb(144,42,96); }
div.DivClassName
{
background-color: #902A60;
}
.BgClassName
{
background-color: #902A60;
}
</style>
border-color css
<style>
span { border-color: #902A60; }
span { border-color: rgb(144,42,96); }
td.TdClassName
{
border-color: #902A60;
}
.TagClassName
{
border-color: #902A60;
}
</style>