Shades of Lipstick #962356
Tints of Lipstick #962356
RGB
CMYK
RGB Variations
Color information
#962356 (or 0x962356) is known color: Lipstick. HEX triplet: 96, 23 and 56. RGB value is (150,35,86). Sum of RGB (Red+Green+Blue) = 150+35+86=271 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.35% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 86 (33.98% from 255 or 31.73% from 271); Max value from RGB is 150 - color contains mainly: red. Hex color #962356 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962356 is #69DCA9. Grayscale: #4B4B4B. Windows color (decimal): -6937770 or 5645206. OLE color: 5645206.
HSL color Cylindrical-coordinate representation of color #962356: hue angle of 333.39º 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 #962356 is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 35 | 86 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.41 |
| HSL | 333.39º | 0.62% | 0.36% | - |
| HSV(B) | 333.39º | 0.77% | 0.59% | - |
| XYZ | 14.86 | 8.36 | 9.63 | - |
| YUV | 75.2 | 134.1 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 35 | 86 | 0 | 0.77 | 0.43 | 0.41 | 333.39 | 0.62 | 0.36 |
| Hex | 96 | 23 | 56 | 0 | 4D | 2B | 29 | 14D | 3E | 24 |
| Octal | 226 | 43 | 126 | 0 | 115 | 53 | 51 | 515 | 76 | 44 |
| Binary | 10010110 | 100011 | 1010110 | 0 | 1001101 | 101011 | 101001 | 101001101 | 111110 | 100100 |
Color Harmonies of #962356
Complementary color
Monochromatic Colors of #962356
Black with #962356
Text Example
Text Example
White with #962356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962356; }
p { color: rgb(150,35,86); }
H1.HeaderClassName
{
color: #962356;
}
.AnyTagClassName
{
color: #962356;
}
</style>
background-color css
<style>
a { background-color: #962356; }
a { background-color: rgb(150,35,86); }
div.DivClassName
{
background-color: #962356;
}
.BgClassName
{
background-color: #962356;
}
</style>
border-color css
<style>
span { border-color: #962356; }
span { border-color: rgb(150,35,86); }
td.TdClassName
{
border-color: #962356;
}
.TagClassName
{
border-color: #962356;
}
</style>