Shades of Lipstick #963255
Tints of Lipstick #963255
RGB
CMYK
RGB Variations
Color information
#963255 (or 0x963255) is known color: Lipstick. HEX triplet: 96, 32 and 55. RGB value is (150,50,85). Sum of RGB (Red+Green+Blue) = 150+50+85=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #963255 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963255 is #69CDAA. Grayscale: #535353. Windows color (decimal): -6933931 or 5583510. OLE color: 5583510.
HSL color Cylindrical-coordinate representation of color #963255: hue angle of 339º 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 #963255 is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 50 | 85 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.41 |
| HSL | 339º | 0.5% | 0.39% | - |
| HSV(B) | 339º | 0.67% | 0.59% | - |
| XYZ | 15.36 | 9.42 | 9.6 | - |
| YUV | 83.89 | 128.63 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 50 | 85 | 0 | 0.67 | 0.43 | 0.41 | 339 | 0.5 | 0.39 |
| Hex | 96 | 32 | 55 | 0 | 43 | 2B | 29 | 153 | 32 | 27 |
| Octal | 226 | 62 | 125 | 0 | 103 | 53 | 51 | 523 | 62 | 47 |
| Binary | 10010110 | 110010 | 1010101 | 0 | 1000011 | 101011 | 101001 | 101010011 | 110010 | 100111 |
Color Harmonies of #963255
Complementary color
Monochromatic Colors of #963255
Black with #963255
Text Example
Text Example
White with #963255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963255; }
p { color: rgb(150,50,85); }
H1.HeaderClassName
{
color: #963255;
}
.AnyTagClassName
{
color: #963255;
}
</style>
background-color css
<style>
a { background-color: #963255; }
a { background-color: rgb(150,50,85); }
div.DivClassName
{
background-color: #963255;
}
.BgClassName
{
background-color: #963255;
}
</style>
border-color css
<style>
span { border-color: #963255; }
span { border-color: rgb(150,50,85); }
td.TdClassName
{
border-color: #963255;
}
.TagClassName
{
border-color: #963255;
}
</style>