Shades of Lipstick #903368
Tints of Lipstick #903368
RGB
CMYK
RGB Variations
Color information
#903368 (or 0x903368) is known color: Lipstick. HEX triplet: 90, 33 and 68. RGB value is (144,51,104). Sum of RGB (Red+Green+Blue) = 144+51+104=299 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.16% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 144 - color contains mainly: red. Hex color #903368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903368 is #6FCC97. Grayscale: #545454. Windows color (decimal): -7326872 or 6828944. OLE color: 6828944.
HSL color Cylindrical-coordinate representation of color #903368: hue angle of 325.81º 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 #903368 is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 51 | 104 | - |
| CMYK | 0 | 0.65 | 0.28 | 0.44 |
| HSL | 325.81º | 0.48% | 0.38% | - |
| HSV(B) | 325.81º | 0.65% | 0.56% | - |
| XYZ | 15.18 | 9.3 | 14.09 | - |
| YUV | 84.85 | 138.81 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 51 | 104 | 0 | 0.65 | 0.28 | 0.44 | 325.81 | 0.48 | 0.38 |
| Hex | 90 | 33 | 68 | 0 | 41 | 1C | 2C | 146 | 30 | 26 |
| Octal | 220 | 63 | 150 | 0 | 101 | 34 | 54 | 506 | 60 | 46 |
| Binary | 10010000 | 110011 | 1101000 | 0 | 1000001 | 11100 | 101100 | 101000110 | 110000 | 100110 |
Color Harmonies of #903368
Complementary color
Monochromatic Colors of #903368
Black with #903368
Text Example
Text Example
White with #903368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903368; }
p { color: rgb(144,51,104); }
H1.HeaderClassName
{
color: #903368;
}
.AnyTagClassName
{
color: #903368;
}
</style>
background-color css
<style>
a { background-color: #903368; }
a { background-color: rgb(144,51,104); }
div.DivClassName
{
background-color: #903368;
}
.BgClassName
{
background-color: #903368;
}
</style>
border-color css
<style>
span { border-color: #903368; }
span { border-color: rgb(144,51,104); }
td.TdClassName
{
border-color: #903368;
}
.TagClassName
{
border-color: #903368;
}
</style>