Shades of Lipstick #963264
Tints of Lipstick #963264
RGB
CMYK
RGB Variations
Color information
#963264 (or 0x963264) is known color: Lipstick. HEX triplet: 96, 32 and 64. RGB value is (150,50,100). Sum of RGB (Red+Green+Blue) = 150+50+100=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 100 (39.45% from 255 or 33.33% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #963264 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963264 is #69CD9B. Grayscale: #555555. Windows color (decimal): -6933916 or 6566550. OLE color: 6566550.
HSL color Cylindrical-coordinate representation of color #963264: hue angle of 330º 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 #963264 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 50 | 100 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.41 |
| HSL | 330º | 0.5% | 0.39% | - |
| HSV(B) | 330º | 0.67% | 0.59% | - |
| XYZ | 16.02 | 9.69 | 13.08 | - |
| YUV | 85.6 | 136.13 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 50 | 100 | 0 | 0.67 | 0.33 | 0.41 | 330 | 0.5 | 0.39 |
| Hex | 96 | 32 | 64 | 0 | 43 | 21 | 29 | 14A | 32 | 27 |
| Octal | 226 | 62 | 144 | 0 | 103 | 41 | 51 | 512 | 62 | 47 |
| Binary | 10010110 | 110010 | 1100100 | 0 | 1000011 | 100001 | 101001 | 101001010 | 110010 | 100111 |
Color Harmonies of #963264
Complementary color
Monochromatic Colors of #963264
Black with #963264
Text Example
Text Example
White with #963264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963264; }
p { color: rgb(150,50,100); }
H1.HeaderClassName
{
color: #963264;
}
.AnyTagClassName
{
color: #963264;
}
</style>
background-color css
<style>
a { background-color: #963264; }
a { background-color: rgb(150,50,100); }
div.DivClassName
{
background-color: #963264;
}
.BgClassName
{
background-color: #963264;
}
</style>
border-color css
<style>
span { border-color: #963264; }
span { border-color: rgb(150,50,100); }
td.TdClassName
{
border-color: #963264;
}
.TagClassName
{
border-color: #963264;
}
</style>