Shades of Lipstick #961855
Tints of Lipstick #961855
RGB
CMYK
RGB Variations
Color information
#961855 (or 0x961855) is known color: Lipstick. HEX triplet: 96, 18 and 55. RGB value is (150,24,85). Sum of RGB (Red+Green+Blue) = 150+24+85=259 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.92% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 85 (33.59% from 255 or 32.82% from 259); Max value from RGB is 150 - color contains mainly: red. Hex color #961855 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961855 is #69E7AA. Grayscale: #444444. Windows color (decimal): -6940587 or 5576854. OLE color: 5576854.
HSL color Cylindrical-coordinate representation of color #961855: hue angle of 330.95º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #961855 is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 24 | 85 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.41 |
| HSL | 330.95º | 0.72% | 0.34% | - |
| HSV(B) | 330.95º | 0.84% | 0.59% | - |
| XYZ | 14.54 | 7.79 | 9.33 | - |
| YUV | 68.63 | 137.24 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 24 | 85 | 0 | 0.84 | 0.43 | 0.41 | 330.95 | 0.72 | 0.34 |
| Hex | 96 | 18 | 55 | 0 | 54 | 2B | 29 | 14B | 48 | 22 |
| Octal | 226 | 30 | 125 | 0 | 124 | 53 | 51 | 513 | 110 | 42 |
| Binary | 10010110 | 11000 | 1010101 | 0 | 1010100 | 101011 | 101001 | 101001011 | 1001000 | 100010 |
Color Harmonies of #961855
Complementary color
Monochromatic Colors of #961855
Black with #961855
Text Example
Text Example
White with #961855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961855; }
p { color: rgb(150,24,85); }
H1.HeaderClassName
{
color: #961855;
}
.AnyTagClassName
{
color: #961855;
}
</style>
background-color css
<style>
a { background-color: #961855; }
a { background-color: rgb(150,24,85); }
div.DivClassName
{
background-color: #961855;
}
.BgClassName
{
background-color: #961855;
}
</style>
border-color css
<style>
span { border-color: #961855; }
span { border-color: rgb(150,24,85); }
td.TdClassName
{
border-color: #961855;
}
.TagClassName
{
border-color: #961855;
}
</style>