Shades of Lipstick #903363
Tints of Lipstick #903363
RGB
CMYK
RGB Variations
Color information
#903363 (or 0x903363) is known color: Lipstick. HEX triplet: 90, 33 and 63. RGB value is (144,51,99). Sum of RGB (Red+Green+Blue) = 144+51+99=294 (38% of max value = 765). Red value is 144 (56.64% from 255 or 48.98% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 144 - color contains mainly: red. Hex color #903363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903363 is #6FCC9C. Grayscale: #545454. Windows color (decimal): -7326877 or 6501264. OLE color: 6501264.
HSL color Cylindrical-coordinate representation of color #903363: hue angle of 329.03º 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 #903363 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 51 | 99 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.44 |
| HSL | 329.03º | 0.48% | 0.38% | - |
| HSV(B) | 329.03º | 0.65% | 0.56% | - |
| XYZ | 14.94 | 9.2 | 12.79 | - |
| YUV | 84.28 | 136.31 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 51 | 99 | 0 | 0.65 | 0.31 | 0.44 | 329.03 | 0.48 | 0.38 |
| Hex | 90 | 33 | 63 | 0 | 41 | 1F | 2C | 149 | 30 | 26 |
| Octal | 220 | 63 | 143 | 0 | 101 | 37 | 54 | 511 | 60 | 46 |
| Binary | 10010000 | 110011 | 1100011 | 0 | 1000001 | 11111 | 101100 | 101001001 | 110000 | 100110 |
Color Harmonies of #903363
Complementary color
Monochromatic Colors of #903363
Black with #903363
Text Example
Text Example
White with #903363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903363; }
p { color: rgb(144,51,99); }
H1.HeaderClassName
{
color: #903363;
}
.AnyTagClassName
{
color: #903363;
}
</style>
background-color css
<style>
a { background-color: #903363; }
a { background-color: rgb(144,51,99); }
div.DivClassName
{
background-color: #903363;
}
.BgClassName
{
background-color: #903363;
}
</style>
border-color css
<style>
span { border-color: #903363; }
span { border-color: rgb(144,51,99); }
td.TdClassName
{
border-color: #903363;
}
.TagClassName
{
border-color: #903363;
}
</style>