Shades of Lipstick #962F65
Tints of Lipstick #962F65
RGB
CMYK
RGB Variations
Color information
#962F65 (or 0x962F65) is known color: Lipstick. HEX triplet: 96, 2F and 65. RGB value is (150,47,101). Sum of RGB (Red+Green+Blue) = 150+47+101=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 47 (18.75% from 255 or 15.77% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #962F65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962F65 is #69D09A. Grayscale: #535353. Windows color (decimal): -6934683 or 6631318. OLE color: 6631318.
HSL color Cylindrical-coordinate representation of color #962F65: hue angle of 328.54º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #962F65 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 47 | 101 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.41 |
| HSL | 328.54º | 0.52% | 0.39% | - |
| HSV(B) | 328.54º | 0.69% | 0.59% | - |
| XYZ | 15.94 | 9.46 | 13.3 | - |
| YUV | 83.95 | 137.62 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 47 | 101 | 0 | 0.69 | 0.33 | 0.41 | 328.54 | 0.52 | 0.39 |
| Hex | 96 | 2F | 65 | 0 | 45 | 21 | 29 | 149 | 34 | 27 |
| Octal | 226 | 57 | 145 | 0 | 105 | 41 | 51 | 511 | 64 | 47 |
| Binary | 10010110 | 101111 | 1100101 | 0 | 1000101 | 100001 | 101001 | 101001001 | 110100 | 100111 |
Color Harmonies of #962F65
Complementary color
Monochromatic Colors of #962F65
Black with #962F65
Text Example
Text Example
White with #962F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962F65; }
p { color: rgb(150,47,101); }
H1.HeaderClassName
{
color: #962F65;
}
.AnyTagClassName
{
color: #962F65;
}
</style>
background-color css
<style>
a { background-color: #962F65; }
a { background-color: rgb(150,47,101); }
div.DivClassName
{
background-color: #962F65;
}
.BgClassName
{
background-color: #962F65;
}
</style>
border-color css
<style>
span { border-color: #962F65; }
span { border-color: rgb(150,47,101); }
td.TdClassName
{
border-color: #962F65;
}
.TagClassName
{
border-color: #962F65;
}
</style>