Shades of Lipstick #963565
Tints of Lipstick #963565
RGB
CMYK
RGB Variations
Color information
#963565 (or 0x963565) is known color: Lipstick. HEX triplet: 96, 35 and 65. RGB value is (150,53,101). Sum of RGB (Red+Green+Blue) = 150+53+101=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #963565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963565 is #69CA9A. Grayscale: #575757. Windows color (decimal): -6933147 or 6632854. OLE color: 6632854.
HSL color Cylindrical-coordinate representation of color #963565: hue angle of 330.31º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #963565 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 53 | 101 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.41 |
| HSL | 330.31º | 0.48% | 0.4% | - |
| HSV(B) | 330.31º | 0.65% | 0.59% | - |
| XYZ | 16.2 | 9.97 | 13.38 | - |
| YUV | 87.48 | 135.64 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 53 | 101 | 0 | 0.65 | 0.33 | 0.41 | 330.31 | 0.48 | 0.4 |
| Hex | 96 | 35 | 65 | 0 | 41 | 21 | 29 | 14A | 30 | 28 |
| Octal | 226 | 65 | 145 | 0 | 101 | 41 | 51 | 512 | 60 | 50 |
| Binary | 10010110 | 110101 | 1100101 | 0 | 1000001 | 100001 | 101001 | 101001010 | 110000 | 101000 |
Color Harmonies of #963565
Complementary color
Monochromatic Colors of #963565
Black with #963565
Text Example
Text Example
White with #963565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963565; }
p { color: rgb(150,53,101); }
H1.HeaderClassName
{
color: #963565;
}
.AnyTagClassName
{
color: #963565;
}
</style>
background-color css
<style>
a { background-color: #963565; }
a { background-color: rgb(150,53,101); }
div.DivClassName
{
background-color: #963565;
}
.BgClassName
{
background-color: #963565;
}
</style>
border-color css
<style>
span { border-color: #963565; }
span { border-color: rgb(150,53,101); }
td.TdClassName
{
border-color: #963565;
}
.TagClassName
{
border-color: #963565;
}
</style>