Shades of Lipstick #963360
Tints of Lipstick #963360
RGB
CMYK
RGB Variations
Color information
#963360 (or 0x963360) is known color: Lipstick. HEX triplet: 96, 33 and 60. RGB value is (150,51,96). Sum of RGB (Red+Green+Blue) = 150+51+96=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #963360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963360 is #69CC9F. Grayscale: #555555. Windows color (decimal): -6933664 or 6304662. OLE color: 6304662.
HSL color Cylindrical-coordinate representation of color #963360: hue angle of 332.73º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #963360 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 51 | 96 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.41 |
| HSL | 332.73º | 0.49% | 0.39% | - |
| HSV(B) | 332.73º | 0.66% | 0.59% | - |
| XYZ | 15.87 | 9.7 | 12.1 | - |
| YUV | 85.73 | 133.8 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 51 | 96 | 0 | 0.66 | 0.36 | 0.41 | 332.73 | 0.49 | 0.39 |
| Hex | 96 | 33 | 60 | 0 | 42 | 24 | 29 | 14D | 31 | 27 |
| Octal | 226 | 63 | 140 | 0 | 102 | 44 | 51 | 515 | 61 | 47 |
| Binary | 10010110 | 110011 | 1100000 | 0 | 1000010 | 100100 | 101001 | 101001101 | 110001 | 100111 |
Color Harmonies of #963360
Complementary color
Monochromatic Colors of #963360
Black with #963360
Text Example
Text Example
White with #963360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963360; }
p { color: rgb(150,51,96); }
H1.HeaderClassName
{
color: #963360;
}
.AnyTagClassName
{
color: #963360;
}
</style>
background-color css
<style>
a { background-color: #963360; }
a { background-color: rgb(150,51,96); }
div.DivClassName
{
background-color: #963360;
}
.BgClassName
{
background-color: #963360;
}
</style>
border-color css
<style>
span { border-color: #963360; }
span { border-color: rgb(150,51,96); }
td.TdClassName
{
border-color: #963360;
}
.TagClassName
{
border-color: #963360;
}
</style>