Shades of Lipstick #962658
Tints of Lipstick #962658
RGB
CMYK
RGB Variations
Color information
#962658 (or 0x962658) is known color: Lipstick. HEX triplet: 96, 26 and 58. RGB value is (150,38,88). Sum of RGB (Red+Green+Blue) = 150+38+88=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 88 (34.77% from 255 or 31.88% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #962658 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962658 is #69D9A7. Grayscale: #4D4D4D. Windows color (decimal): -6937000 or 5777046. OLE color: 5777046.
HSL color Cylindrical-coordinate representation of color #962658: hue angle of 333.21º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #962658 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 38 | 88 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.41 |
| HSL | 333.21º | 0.6% | 0.37% | - |
| HSV(B) | 333.21º | 0.75% | 0.59% | - |
| XYZ | 15.03 | 8.57 | 10.1 | - |
| YUV | 77.19 | 134.11 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 38 | 88 | 0 | 0.75 | 0.41 | 0.41 | 333.21 | 0.6 | 0.37 |
| Hex | 96 | 26 | 58 | 0 | 4B | 29 | 29 | 14D | 3C | 25 |
| Octal | 226 | 46 | 130 | 0 | 113 | 51 | 51 | 515 | 74 | 45 |
| Binary | 10010110 | 100110 | 1011000 | 0 | 1001011 | 101001 | 101001 | 101001101 | 111100 | 100101 |
Color Harmonies of #962658
Complementary color
Monochromatic Colors of #962658
Black with #962658
Text Example
Text Example
White with #962658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962658; }
p { color: rgb(150,38,88); }
H1.HeaderClassName
{
color: #962658;
}
.AnyTagClassName
{
color: #962658;
}
</style>
background-color css
<style>
a { background-color: #962658; }
a { background-color: rgb(150,38,88); }
div.DivClassName
{
background-color: #962658;
}
.BgClassName
{
background-color: #962658;
}
</style>
border-color css
<style>
span { border-color: #962658; }
span { border-color: rgb(150,38,88); }
td.TdClassName
{
border-color: #962658;
}
.TagClassName
{
border-color: #962658;
}
</style>