Shades of Lipstick #963366
Tints of Lipstick #963366
RGB
CMYK
RGB Variations
Color information
#963366 (or 0x963366) is known color: Lipstick. HEX triplet: 96, 33 and 66. RGB value is (150,51,102). Sum of RGB (Red+Green+Blue) = 150+51+102=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #963366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963366 is #69CC99. Grayscale: #565656. Windows color (decimal): -6933658 or 6697878. OLE color: 6697878.
HSL color Cylindrical-coordinate representation of color #963366: hue angle of 329.09º 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 #963366 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 51 | 102 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.41 |
| HSL | 329.09º | 0.49% | 0.39% | - |
| HSV(B) | 329.09º | 0.66% | 0.59% | - |
| XYZ | 16.16 | 9.81 | 13.61 | - |
| YUV | 86.42 | 136.8 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 51 | 102 | 0 | 0.66 | 0.32 | 0.41 | 329.09 | 0.49 | 0.39 |
| Hex | 96 | 33 | 66 | 0 | 42 | 20 | 29 | 149 | 31 | 27 |
| Octal | 226 | 63 | 146 | 0 | 102 | 40 | 51 | 511 | 61 | 47 |
| Binary | 10010110 | 110011 | 1100110 | 0 | 1000010 | 100000 | 101001 | 101001001 | 110001 | 100111 |
Color Harmonies of #963366
Complementary color
Monochromatic Colors of #963366
Black with #963366
Text Example
Text Example
White with #963366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963366; }
p { color: rgb(150,51,102); }
H1.HeaderClassName
{
color: #963366;
}
.AnyTagClassName
{
color: #963366;
}
</style>
background-color css
<style>
a { background-color: #963366; }
a { background-color: rgb(150,51,102); }
div.DivClassName
{
background-color: #963366;
}
.BgClassName
{
background-color: #963366;
}
</style>
border-color css
<style>
span { border-color: #963366; }
span { border-color: rgb(150,51,102); }
td.TdClassName
{
border-color: #963366;
}
.TagClassName
{
border-color: #963366;
}
</style>