Shades of Lipstick #902A5E
Tints of Lipstick #902A5E
RGB
CMYK
RGB Variations
Color information
#902A5E (or 0x902A5E) is known color: Lipstick. HEX triplet: 90, 2A and 5E. RGB value is (144,42,94). Sum of RGB (Red+Green+Blue) = 144+42+94=280 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.43% from 280); Green value is 42 (16.80% from 255 or 15% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 144 - color contains mainly: red. Hex color #902A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902A5E is #6FD5A1. Grayscale: #4E4E4E. Windows color (decimal): -7329186 or 6171280. OLE color: 6171280.
HSL color Cylindrical-coordinate representation of color #902A5E: hue angle of 329.41º 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 #902A5E is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 42 | 94 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.44 |
| HSL | 329.41º | 0.55% | 0.36% | - |
| HSV(B) | 329.41º | 0.71% | 0.56% | - |
| XYZ | 14.35 | 8.39 | 11.45 | - |
| YUV | 78.43 | 136.79 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 42 | 94 | 0 | 0.71 | 0.35 | 0.44 | 329.41 | 0.55 | 0.36 |
| Hex | 90 | 2A | 5E | 0 | 47 | 23 | 2C | 149 | 37 | 24 |
| Octal | 220 | 52 | 136 | 0 | 107 | 43 | 54 | 511 | 67 | 44 |
| Binary | 10010000 | 101010 | 1011110 | 0 | 1000111 | 100011 | 101100 | 101001001 | 110111 | 100100 |
Color Harmonies of #902A5E
Complementary color
Monochromatic Colors of #902A5E
Black with #902A5E
Text Example
Text Example
White with #902A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902A5E; }
p { color: rgb(144,42,94); }
H1.HeaderClassName
{
color: #902A5E;
}
.AnyTagClassName
{
color: #902A5E;
}
</style>
background-color css
<style>
a { background-color: #902A5E; }
a { background-color: rgb(144,42,94); }
div.DivClassName
{
background-color: #902A5E;
}
.BgClassName
{
background-color: #902A5E;
}
</style>
border-color css
<style>
span { border-color: #902A5E; }
span { border-color: rgb(144,42,94); }
td.TdClassName
{
border-color: #902A5E;
}
.TagClassName
{
border-color: #902A5E;
}
</style>