Shades of Lipstick #961D5E
Tints of Lipstick #961D5E
RGB
CMYK
RGB Variations
Color information
#961D5E (or 0x961D5E) is known color: Lipstick. HEX triplet: 96, 1D and 5E. RGB value is (150,29,94). Sum of RGB (Red+Green+Blue) = 150+29+94=273 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.95% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 150 - color contains mainly: red. Hex color #961D5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961D5E is #69E2A1. Grayscale: #484848. Windows color (decimal): -6939298 or 6167958. OLE color: 6167958.
HSL color Cylindrical-coordinate representation of color #961D5E: hue angle of 327.77º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #961D5E is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 29 | 94 | - |
| CMYK | 0 | 0.81 | 0.37 | 0.41 |
| HSL | 327.77º | 0.68% | 0.35% | - |
| HSV(B) | 327.77º | 0.81% | 0.59% | - |
| XYZ | 15.04 | 8.17 | 11.37 | - |
| YUV | 72.59 | 140.09 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 29 | 94 | 0 | 0.81 | 0.37 | 0.41 | 327.77 | 0.68 | 0.35 |
| Hex | 96 | 1D | 5E | 0 | 51 | 25 | 29 | 148 | 44 | 23 |
| Octal | 226 | 35 | 136 | 0 | 121 | 45 | 51 | 510 | 104 | 43 |
| Binary | 10010110 | 11101 | 1011110 | 0 | 1010001 | 100101 | 101001 | 101001000 | 1000100 | 100011 |
Color Harmonies of #961D5E
Complementary color
Monochromatic Colors of #961D5E
Black with #961D5E
Text Example
Text Example
White with #961D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961D5E; }
p { color: rgb(150,29,94); }
H1.HeaderClassName
{
color: #961D5E;
}
.AnyTagClassName
{
color: #961D5E;
}
</style>
background-color css
<style>
a { background-color: #961D5E; }
a { background-color: rgb(150,29,94); }
div.DivClassName
{
background-color: #961D5E;
}
.BgClassName
{
background-color: #961D5E;
}
</style>
border-color css
<style>
span { border-color: #961D5E; }
span { border-color: rgb(150,29,94); }
td.TdClassName
{
border-color: #961D5E;
}
.TagClassName
{
border-color: #961D5E;
}
</style>