Shades of Lipstick #902263
Tints of Lipstick #902263
RGB
CMYK
RGB Variations
Color information
#902263 (or 0x902263) is known color: Lipstick. HEX triplet: 90, 22 and 63. RGB value is (144,34,99). Sum of RGB (Red+Green+Blue) = 144+34+99=277 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.99% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 144 - color contains mainly: red. Hex color #902263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902263 is #6FDD9C. Grayscale: #4A4A4A. Windows color (decimal): -7331229 or 6496912. OLE color: 6496912.
HSL color Cylindrical-coordinate representation of color #902263: hue angle of 324.55º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #902263 is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 34 | 99 | - |
| CMYK | 0 | 0.76 | 0.31 | 0.44 |
| HSL | 324.55º | 0.62% | 0.35% | - |
| HSV(B) | 324.55º | 0.76% | 0.56% | - |
| XYZ | 14.33 | 7.97 | 12.59 | - |
| YUV | 74.3 | 141.94 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 34 | 99 | 0 | 0.76 | 0.31 | 0.44 | 324.55 | 0.62 | 0.35 |
| Hex | 90 | 22 | 63 | 0 | 4C | 1F | 2C | 145 | 3E | 23 |
| Octal | 220 | 42 | 143 | 0 | 114 | 37 | 54 | 505 | 76 | 43 |
| Binary | 10010000 | 100010 | 1100011 | 0 | 1001100 | 11111 | 101100 | 101000101 | 111110 | 100011 |
Color Harmonies of #902263
Complementary color
Monochromatic Colors of #902263
Black with #902263
Text Example
Text Example
White with #902263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902263; }
p { color: rgb(144,34,99); }
H1.HeaderClassName
{
color: #902263;
}
.AnyTagClassName
{
color: #902263;
}
</style>
background-color css
<style>
a { background-color: #902263; }
a { background-color: rgb(144,34,99); }
div.DivClassName
{
background-color: #902263;
}
.BgClassName
{
background-color: #902263;
}
</style>
border-color css
<style>
span { border-color: #902263; }
span { border-color: rgb(144,34,99); }
td.TdClassName
{
border-color: #902263;
}
.TagClassName
{
border-color: #902263;
}
</style>