Shades of Lipstick #963266
Tints of Lipstick #963266
RGB
CMYK
RGB Variations
Color information
#963266 (or 0x963266) is known color: Lipstick. HEX triplet: 96, 32 and 66. RGB value is (150,50,102). Sum of RGB (Red+Green+Blue) = 150+50+102=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #963266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963266 is #69CD99. Grayscale: #555555. Windows color (decimal): -6933914 or 6697622. OLE color: 6697622.
HSL color Cylindrical-coordinate representation of color #963266: hue angle of 328.8º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #963266 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 50 | 102 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.41 |
| HSL | 328.8º | 0.5% | 0.39% | - |
| HSV(B) | 328.8º | 0.67% | 0.59% | - |
| XYZ | 16.12 | 9.72 | 13.6 | - |
| YUV | 85.83 | 137.13 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 50 | 102 | 0 | 0.67 | 0.32 | 0.41 | 328.8 | 0.5 | 0.39 |
| Hex | 96 | 32 | 66 | 0 | 43 | 20 | 29 | 149 | 32 | 27 |
| Octal | 226 | 62 | 146 | 0 | 103 | 40 | 51 | 511 | 62 | 47 |
| Binary | 10010110 | 110010 | 1100110 | 0 | 1000011 | 100000 | 101001 | 101001001 | 110010 | 100111 |
Color Harmonies of #963266
Complementary color
Monochromatic Colors of #963266
Black with #963266
Text Example
Text Example
White with #963266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963266; }
p { color: rgb(150,50,102); }
H1.HeaderClassName
{
color: #963266;
}
.AnyTagClassName
{
color: #963266;
}
</style>
background-color css
<style>
a { background-color: #963266; }
a { background-color: rgb(150,50,102); }
div.DivClassName
{
background-color: #963266;
}
.BgClassName
{
background-color: #963266;
}
</style>
border-color css
<style>
span { border-color: #963266; }
span { border-color: rgb(150,50,102); }
td.TdClassName
{
border-color: #963266;
}
.TagClassName
{
border-color: #963266;
}
</style>