Shades of Lipstick #902462
Tints of Lipstick #902462
RGB
CMYK
RGB Variations
Color information
#902462 (or 0x902462) is known color: Lipstick. HEX triplet: 90, 24 and 62. RGB value is (144,36,98). Sum of RGB (Red+Green+Blue) = 144+36+98=278 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.80% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 144 - color contains mainly: red. Hex color #902462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902462 is #6FDB9D. Grayscale: #4B4B4B. Windows color (decimal): -7330718 or 6431888. OLE color: 6431888.
HSL color Cylindrical-coordinate representation of color #902462: hue angle of 325.56º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #902462 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 36 | 98 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.44 |
| HSL | 325.56º | 0.6% | 0.35% | - |
| HSV(B) | 325.56º | 0.75% | 0.56% | - |
| XYZ | 14.34 | 8.07 | 12.36 | - |
| YUV | 75.36 | 140.78 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 36 | 98 | 0 | 0.75 | 0.32 | 0.44 | 325.56 | 0.6 | 0.35 |
| Hex | 90 | 24 | 62 | 0 | 4B | 20 | 2C | 146 | 3C | 23 |
| Octal | 220 | 44 | 142 | 0 | 113 | 40 | 54 | 506 | 74 | 43 |
| Binary | 10010000 | 100100 | 1100010 | 0 | 1001011 | 100000 | 101100 | 101000110 | 111100 | 100011 |
Color Harmonies of #902462
Complementary color
Monochromatic Colors of #902462
Black with #902462
Text Example
Text Example
White with #902462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902462; }
p { color: rgb(144,36,98); }
H1.HeaderClassName
{
color: #902462;
}
.AnyTagClassName
{
color: #902462;
}
</style>
background-color css
<style>
a { background-color: #902462; }
a { background-color: rgb(144,36,98); }
div.DivClassName
{
background-color: #902462;
}
.BgClassName
{
background-color: #902462;
}
</style>
border-color css
<style>
span { border-color: #902462; }
span { border-color: rgb(144,36,98); }
td.TdClassName
{
border-color: #902462;
}
.TagClassName
{
border-color: #902462;
}
</style>