Shades of Lipstick #902A58
Tints of Lipstick #902A58
RGB
CMYK
RGB Variations
Color information
#902A58 (or 0x902A58) is known color: Lipstick. HEX triplet: 90, 2A and 58. RGB value is (144,42,88). Sum of RGB (Red+Green+Blue) = 144+42+88=274 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.55% from 274); Green value is 42 (16.80% from 255 or 15.33% from 274); Blue value is 88 (34.77% from 255 or 32.12% from 274); Max value from RGB is 144 - color contains mainly: red. Hex color #902A58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902A58 is #6FD5A7. Grayscale: #4D4D4D. Windows color (decimal): -7329192 or 5778064. OLE color: 5778064.
HSL color Cylindrical-coordinate representation of color #902A58: hue angle of 332.94º 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 #902A58 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 42 | 88 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.44 |
| HSL | 332.94º | 0.55% | 0.36% | - |
| HSV(B) | 332.94º | 0.71% | 0.56% | - |
| XYZ | 14.09 | 8.29 | 10.09 | - |
| YUV | 77.74 | 133.79 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 42 | 88 | 0 | 0.71 | 0.39 | 0.44 | 332.94 | 0.55 | 0.36 |
| Hex | 90 | 2A | 58 | 0 | 47 | 27 | 2C | 14D | 37 | 24 |
| Octal | 220 | 52 | 130 | 0 | 107 | 47 | 54 | 515 | 67 | 44 |
| Binary | 10010000 | 101010 | 1011000 | 0 | 1000111 | 100111 | 101100 | 101001101 | 110111 | 100100 |
Color Harmonies of #902A58
Complementary color
Monochromatic Colors of #902A58
Black with #902A58
Text Example
Text Example
White with #902A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902A58; }
p { color: rgb(144,42,88); }
H1.HeaderClassName
{
color: #902A58;
}
.AnyTagClassName
{
color: #902A58;
}
</style>
background-color css
<style>
a { background-color: #902A58; }
a { background-color: rgb(144,42,88); }
div.DivClassName
{
background-color: #902A58;
}
.BgClassName
{
background-color: #902A58;
}
</style>
border-color css
<style>
span { border-color: #902A58; }
span { border-color: rgb(144,42,88); }
td.TdClassName
{
border-color: #902A58;
}
.TagClassName
{
border-color: #902A58;
}
</style>