Shades of Lipstick #903565
Tints of Lipstick #903565
RGB
CMYK
RGB Variations
Color information
#903565 (or 0x903565) is known color: Lipstick. HEX triplet: 90, 35 and 65. RGB value is (144,53,101). Sum of RGB (Red+Green+Blue) = 144+53+101=298 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.32% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 144 - color contains mainly: red. Hex color #903565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903565 is #6FCA9A. Grayscale: #555555. Windows color (decimal): -7326363 or 6632848. OLE color: 6632848.
HSL color Cylindrical-coordinate representation of color #903565: hue angle of 328.35º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #903565 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 53 | 101 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.44 |
| HSL | 328.35º | 0.46% | 0.39% | - |
| HSV(B) | 328.35º | 0.63% | 0.56% | - |
| XYZ | 15.12 | 9.42 | 13.33 | - |
| YUV | 85.68 | 136.65 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 53 | 101 | 0 | 0.63 | 0.30 | 0.44 | 328.35 | 0.46 | 0.39 |
| Hex | 90 | 35 | 65 | 0 | 3F | 1E | 2C | 148 | 2E | 27 |
| Octal | 220 | 65 | 145 | 0 | 77 | 36 | 54 | 510 | 56 | 47 |
| Binary | 10010000 | 110101 | 1100101 | 0 | 111111 | 11110 | 101100 | 101001000 | 101110 | 100111 |
Color Harmonies of #903565
Complementary color
Monochromatic Colors of #903565
Black with #903565
Text Example
Text Example
White with #903565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903565; }
p { color: rgb(144,53,101); }
H1.HeaderClassName
{
color: #903565;
}
.AnyTagClassName
{
color: #903565;
}
</style>
background-color css
<style>
a { background-color: #903565; }
a { background-color: rgb(144,53,101); }
div.DivClassName
{
background-color: #903565;
}
.BgClassName
{
background-color: #903565;
}
</style>
border-color css
<style>
span { border-color: #903565; }
span { border-color: rgb(144,53,101); }
td.TdClassName
{
border-color: #903565;
}
.TagClassName
{
border-color: #903565;
}
</style>