Shades of Lipstick #903263
Tints of Lipstick #903263
RGB
CMYK
RGB Variations
Color information
#903263 (or 0x903263) is known color: Lipstick. HEX triplet: 90, 32 and 63. RGB value is (144,50,99). Sum of RGB (Red+Green+Blue) = 144+50+99=293 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.15% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 144 - color contains mainly: red. Hex color #903263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903263 is #6FCD9C. Grayscale: #535353. Windows color (decimal): -7327133 or 6501008. OLE color: 6501008.
HSL color Cylindrical-coordinate representation of color #903263: hue angle of 328.72º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #903263 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 50 | 99 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.44 |
| HSL | 328.72º | 0.48% | 0.38% | - |
| HSV(B) | 328.72º | 0.65% | 0.56% | - |
| XYZ | 14.89 | 9.11 | 12.78 | - |
| YUV | 83.69 | 136.64 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 50 | 99 | 0 | 0.65 | 0.31 | 0.44 | 328.72 | 0.48 | 0.38 |
| Hex | 90 | 32 | 63 | 0 | 41 | 1F | 2C | 149 | 30 | 26 |
| Octal | 220 | 62 | 143 | 0 | 101 | 37 | 54 | 511 | 60 | 46 |
| Binary | 10010000 | 110010 | 1100011 | 0 | 1000001 | 11111 | 101100 | 101001001 | 110000 | 100110 |
Color Harmonies of #903263
Complementary color
Monochromatic Colors of #903263
Black with #903263
Text Example
Text Example
White with #903263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903263; }
p { color: rgb(144,50,99); }
H1.HeaderClassName
{
color: #903263;
}
.AnyTagClassName
{
color: #903263;
}
</style>
background-color css
<style>
a { background-color: #903263; }
a { background-color: rgb(144,50,99); }
div.DivClassName
{
background-color: #903263;
}
.BgClassName
{
background-color: #903263;
}
</style>
border-color css
<style>
span { border-color: #903263; }
span { border-color: rgb(144,50,99); }
td.TdClassName
{
border-color: #903263;
}
.TagClassName
{
border-color: #903263;
}
</style>