Shades of Lipstick #962F5B
Tints of Lipstick #962F5B
RGB
CMYK
RGB Variations
Color information
#962F5B (or 0x962F5B) is known color: Lipstick. HEX triplet: 96, 2F and 5B. RGB value is (150,47,91). Sum of RGB (Red+Green+Blue) = 150+47+91=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #962F5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962F5B is #69D0A4. Grayscale: #525252. Windows color (decimal): -6934693 or 5975958. OLE color: 5975958.
HSL color Cylindrical-coordinate representation of color #962F5B: hue angle of 334.37º 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 #962F5B is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 47 | 91 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.41 |
| HSL | 334.37º | 0.52% | 0.39% | - |
| HSV(B) | 334.37º | 0.69% | 0.59% | - |
| XYZ | 15.48 | 9.27 | 10.87 | - |
| YUV | 82.81 | 132.62 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 47 | 91 | 0 | 0.69 | 0.39 | 0.41 | 334.37 | 0.52 | 0.39 |
| Hex | 96 | 2F | 5B | 0 | 45 | 27 | 29 | 14E | 34 | 27 |
| Octal | 226 | 57 | 133 | 0 | 105 | 47 | 51 | 516 | 64 | 47 |
| Binary | 10010110 | 101111 | 1011011 | 0 | 1000101 | 100111 | 101001 | 101001110 | 110100 | 100111 |
Color Harmonies of #962F5B
Complementary color
Monochromatic Colors of #962F5B
Black with #962F5B
Text Example
Text Example
White with #962F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962F5B; }
p { color: rgb(150,47,91); }
H1.HeaderClassName
{
color: #962F5B;
}
.AnyTagClassName
{
color: #962F5B;
}
</style>
background-color css
<style>
a { background-color: #962F5B; }
a { background-color: rgb(150,47,91); }
div.DivClassName
{
background-color: #962F5B;
}
.BgClassName
{
background-color: #962F5B;
}
</style>
border-color css
<style>
span { border-color: #962F5B; }
span { border-color: rgb(150,47,91); }
td.TdClassName
{
border-color: #962F5B;
}
.TagClassName
{
border-color: #962F5B;
}
</style>