Shades of Lipstick #962459
Tints of Lipstick #962459
RGB
CMYK
RGB Variations
Color information
#962459 (or 0x962459) is known color: Lipstick. HEX triplet: 96, 24 and 59. RGB value is (150,36,89). Sum of RGB (Red+Green+Blue) = 150+36+89=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 89 (35.16% from 255 or 32.36% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #962459 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962459 is #69DBA6. Grayscale: #4C4C4C. Windows color (decimal): -6937511 or 5842070. OLE color: 5842070.
HSL color Cylindrical-coordinate representation of color #962459: hue angle of 332.11º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #962459 is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 36 | 89 | - |
| CMYK | 0 | 0.76 | 0.41 | 0.41 |
| HSL | 332.11º | 0.61% | 0.36% | - |
| HSV(B) | 332.11º | 0.76% | 0.59% | - |
| XYZ | 15.01 | 8.47 | 10.29 | - |
| YUV | 76.13 | 135.27 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 36 | 89 | 0 | 0.76 | 0.41 | 0.41 | 332.11 | 0.61 | 0.36 |
| Hex | 96 | 24 | 59 | 0 | 4C | 29 | 29 | 14C | 3D | 24 |
| Octal | 226 | 44 | 131 | 0 | 114 | 51 | 51 | 514 | 75 | 44 |
| Binary | 10010110 | 100100 | 1011001 | 0 | 1001100 | 101001 | 101001 | 101001100 | 111101 | 100100 |
Color Harmonies of #962459
Complementary color
Monochromatic Colors of #962459
Black with #962459
Text Example
Text Example
White with #962459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962459; }
p { color: rgb(150,36,89); }
H1.HeaderClassName
{
color: #962459;
}
.AnyTagClassName
{
color: #962459;
}
</style>
background-color css
<style>
a { background-color: #962459; }
a { background-color: rgb(150,36,89); }
div.DivClassName
{
background-color: #962459;
}
.BgClassName
{
background-color: #962459;
}
</style>
border-color css
<style>
span { border-color: #962459; }
span { border-color: rgb(150,36,89); }
td.TdClassName
{
border-color: #962459;
}
.TagClassName
{
border-color: #962459;
}
</style>