Shades of Lipstick #963765
Tints of Lipstick #963765
RGB
CMYK
RGB Variations
Color information
#963765 (or 0x963765) is known color: Lipstick. HEX triplet: 96, 37 and 65. RGB value is (150,55,101). Sum of RGB (Red+Green+Blue) = 150+55+101=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #963765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963765 is #69C89A. Grayscale: #585858. Windows color (decimal): -6932635 or 6633366. OLE color: 6633366.
HSL color Cylindrical-coordinate representation of color #963765: hue angle of 330.95º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #963765 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 55 | 101 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.41 |
| HSL | 330.95º | 0.46% | 0.4% | - |
| HSV(B) | 330.95º | 0.63% | 0.59% | - |
| XYZ | 16.29 | 10.16 | 13.41 | - |
| YUV | 88.65 | 134.97 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 55 | 101 | 0 | 0.63 | 0.33 | 0.41 | 330.95 | 0.46 | 0.4 |
| Hex | 96 | 37 | 65 | 0 | 3F | 21 | 29 | 14B | 2E | 28 |
| Octal | 226 | 67 | 145 | 0 | 77 | 41 | 51 | 513 | 56 | 50 |
| Binary | 10010110 | 110111 | 1100101 | 0 | 111111 | 100001 | 101001 | 101001011 | 101110 | 101000 |
Color Harmonies of #963765
Complementary color
Monochromatic Colors of #963765
Black with #963765
Text Example
Text Example
White with #963765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963765; }
p { color: rgb(150,55,101); }
H1.HeaderClassName
{
color: #963765;
}
.AnyTagClassName
{
color: #963765;
}
</style>
background-color css
<style>
a { background-color: #963765; }
a { background-color: rgb(150,55,101); }
div.DivClassName
{
background-color: #963765;
}
.BgClassName
{
background-color: #963765;
}
</style>
border-color css
<style>
span { border-color: #963765; }
span { border-color: rgb(150,55,101); }
td.TdClassName
{
border-color: #963765;
}
.TagClassName
{
border-color: #963765;
}
</style>