Shades of Lipstick #962D64
Tints of Lipstick #962D64
RGB
CMYK
RGB Variations
Color information
#962D64 (or 0x962D64) is known color: Lipstick. HEX triplet: 96, 2D and 64. RGB value is (150,45,100). Sum of RGB (Red+Green+Blue) = 150+45+100=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 45 (17.97% from 255 or 15.25% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #962D64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962D64 is #69D29B. Grayscale: #525252. Windows color (decimal): -6935196 or 6565270. OLE color: 6565270.
HSL color Cylindrical-coordinate representation of color #962D64: hue angle of 328.57º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #962D64 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 45 | 100 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.41 |
| HSL | 328.57º | 0.54% | 0.38% | - |
| HSV(B) | 328.57º | 0.7% | 0.59% | - |
| XYZ | 15.82 | 9.28 | 13.01 | - |
| YUV | 82.67 | 137.79 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 45 | 100 | 0 | 0.70 | 0.33 | 0.41 | 328.57 | 0.54 | 0.38 |
| Hex | 96 | 2D | 64 | 0 | 46 | 21 | 29 | 149 | 36 | 26 |
| Octal | 226 | 55 | 144 | 0 | 106 | 41 | 51 | 511 | 66 | 46 |
| Binary | 10010110 | 101101 | 1100100 | 0 | 1000110 | 100001 | 101001 | 101001001 | 110110 | 100110 |
Color Harmonies of #962D64
Complementary color
Monochromatic Colors of #962D64
Black with #962D64
Text Example
Text Example
White with #962D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962D64; }
p { color: rgb(150,45,100); }
H1.HeaderClassName
{
color: #962D64;
}
.AnyTagClassName
{
color: #962D64;
}
</style>
background-color css
<style>
a { background-color: #962D64; }
a { background-color: rgb(150,45,100); }
div.DivClassName
{
background-color: #962D64;
}
.BgClassName
{
background-color: #962D64;
}
</style>
border-color css
<style>
span { border-color: #962D64; }
span { border-color: rgb(150,45,100); }
td.TdClassName
{
border-color: #962D64;
}
.TagClassName
{
border-color: #962D64;
}
</style>