Shades of Lipstick #902962
Tints of Lipstick #902962
RGB
CMYK
RGB Variations
Color information
#902962 (or 0x902962) is known color: Lipstick. HEX triplet: 90, 29 and 62. RGB value is (144,41,98). Sum of RGB (Red+Green+Blue) = 144+41+98=283 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.88% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 144 - color contains mainly: red. Hex color #902962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902962 is #6FD69D. Grayscale: #4E4E4E. Windows color (decimal): -7329438 or 6433168. OLE color: 6433168.
HSL color Cylindrical-coordinate representation of color #902962: hue angle of 326.8º degrees, saturation: 0.56, 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 #902962 is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 41 | 98 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.44 |
| HSL | 326.8º | 0.56% | 0.36% | - |
| HSV(B) | 326.8º | 0.72% | 0.56% | - |
| XYZ | 14.5 | 8.4 | 12.41 | - |
| YUV | 78.3 | 139.12 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 41 | 98 | 0 | 0.72 | 0.32 | 0.44 | 326.8 | 0.56 | 0.36 |
| Hex | 90 | 29 | 62 | 0 | 48 | 20 | 2C | 147 | 38 | 24 |
| Octal | 220 | 51 | 142 | 0 | 110 | 40 | 54 | 507 | 70 | 44 |
| Binary | 10010000 | 101001 | 1100010 | 0 | 1001000 | 100000 | 101100 | 101000111 | 111000 | 100100 |
Color Harmonies of #902962
Complementary color
Monochromatic Colors of #902962
Black with #902962
Text Example
Text Example
White with #902962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902962; }
p { color: rgb(144,41,98); }
H1.HeaderClassName
{
color: #902962;
}
.AnyTagClassName
{
color: #902962;
}
</style>
background-color css
<style>
a { background-color: #902962; }
a { background-color: rgb(144,41,98); }
div.DivClassName
{
background-color: #902962;
}
.BgClassName
{
background-color: #902962;
}
</style>
border-color css
<style>
span { border-color: #902962; }
span { border-color: rgb(144,41,98); }
td.TdClassName
{
border-color: #902962;
}
.TagClassName
{
border-color: #902962;
}
</style>