Shades of Lipstick #902C61
Tints of Lipstick #902C61
RGB
CMYK
RGB Variations
Color information
#902C61 (or 0x902C61) is known color: Lipstick. HEX triplet: 90, 2C and 61. RGB value is (144,44,97). Sum of RGB (Red+Green+Blue) = 144+44+97=285 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.53% from 285); Green value is 44 (17.58% from 255 or 15.44% from 285); Blue value is 97 (38.28% from 255 or 34.04% from 285); Max value from RGB is 144 - color contains mainly: red. Hex color #902C61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902C61 is #6FD39E. Grayscale: #4F4F4F. Windows color (decimal): -7328671 or 6368400. OLE color: 6368400.
HSL color Cylindrical-coordinate representation of color #902C61: hue angle of 328.2º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #902C61 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 44 | 97 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.44 |
| HSL | 328.2º | 0.53% | 0.37% | - |
| HSV(B) | 328.2º | 0.69% | 0.56% | - |
| XYZ | 14.56 | 8.59 | 12.2 | - |
| YUV | 79.94 | 137.63 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 44 | 97 | 0 | 0.69 | 0.33 | 0.44 | 328.2 | 0.53 | 0.37 |
| Hex | 90 | 2C | 61 | 0 | 45 | 21 | 2C | 148 | 35 | 25 |
| Octal | 220 | 54 | 141 | 0 | 105 | 41 | 54 | 510 | 65 | 45 |
| Binary | 10010000 | 101100 | 1100001 | 0 | 1000101 | 100001 | 101100 | 101001000 | 110101 | 100101 |
Color Harmonies of #902C61
Complementary color
Monochromatic Colors of #902C61
Black with #902C61
Text Example
Text Example
White with #902C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902C61; }
p { color: rgb(144,44,97); }
H1.HeaderClassName
{
color: #902C61;
}
.AnyTagClassName
{
color: #902C61;
}
</style>
background-color css
<style>
a { background-color: #902C61; }
a { background-color: rgb(144,44,97); }
div.DivClassName
{
background-color: #902C61;
}
.BgClassName
{
background-color: #902C61;
}
</style>
border-color css
<style>
span { border-color: #902C61; }
span { border-color: rgb(144,44,97); }
td.TdClassName
{
border-color: #902C61;
}
.TagClassName
{
border-color: #902C61;
}
</style>