Shades of Lipstick #962355
Tints of Lipstick #962355
RGB
CMYK
RGB Variations
Color information
#962355 (or 0x962355) is known color: Lipstick. HEX triplet: 96, 23 and 55. RGB value is (150,35,85). Sum of RGB (Red+Green+Blue) = 150+35+85=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #962355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962355 is #69DCAA. Grayscale: #4B4B4B. Windows color (decimal): -6937771 or 5579670. OLE color: 5579670.
HSL color Cylindrical-coordinate representation of color #962355: hue angle of 333.91º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #962355 is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 35 | 85 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.41 |
| HSL | 333.91º | 0.62% | 0.36% | - |
| HSV(B) | 333.91º | 0.77% | 0.59% | - |
| XYZ | 14.82 | 8.34 | 9.42 | - |
| YUV | 75.09 | 133.6 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 35 | 85 | 0 | 0.77 | 0.43 | 0.41 | 333.91 | 0.62 | 0.36 |
| Hex | 96 | 23 | 55 | 0 | 4D | 2B | 29 | 14E | 3E | 24 |
| Octal | 226 | 43 | 125 | 0 | 115 | 53 | 51 | 516 | 76 | 44 |
| Binary | 10010110 | 100011 | 1010101 | 0 | 1001101 | 101011 | 101001 | 101001110 | 111110 | 100100 |
Color Harmonies of #962355
Complementary color
Monochromatic Colors of #962355
Black with #962355
Text Example
Text Example
White with #962355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962355; }
p { color: rgb(150,35,85); }
H1.HeaderClassName
{
color: #962355;
}
.AnyTagClassName
{
color: #962355;
}
</style>
background-color css
<style>
a { background-color: #962355; }
a { background-color: rgb(150,35,85); }
div.DivClassName
{
background-color: #962355;
}
.BgClassName
{
background-color: #962355;
}
</style>
border-color css
<style>
span { border-color: #962355; }
span { border-color: rgb(150,35,85); }
td.TdClassName
{
border-color: #962355;
}
.TagClassName
{
border-color: #962355;
}
</style>