Shades of Lipstick #961844
Tints of Lipstick #961844
RGB
CMYK
RGB Variations
Color information
#961844 (or 0x961844) is known color: Lipstick. HEX triplet: 96, 18 and 44. RGB value is (150,24,68). Sum of RGB (Red+Green+Blue) = 150+24+68=242 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.98% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 68 (26.95% from 255 or 28.10% from 242); Max value from RGB is 150 - color contains mainly: red. Hex color #961844 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961844 is #69E7BB. Grayscale: #424242. Windows color (decimal): -6940604 or 4462742. OLE color: 4462742.
HSL color Cylindrical-coordinate representation of color #961844: hue angle of 339.05º 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 #961844 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 24 | 68 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.41 |
| HSL | 339.05º | 0.72% | 0.34% | - |
| HSV(B) | 339.05º | 0.84% | 0.59% | - |
| XYZ | 13.95 | 7.55 | 6.19 | - |
| YUV | 66.69 | 128.74 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 24 | 68 | 0 | 0.84 | 0.55 | 0.41 | 339.05 | 0.72 | 0.34 |
| Hex | 96 | 18 | 44 | 0 | 54 | 37 | 29 | 153 | 48 | 22 |
| Octal | 226 | 30 | 104 | 0 | 124 | 67 | 51 | 523 | 110 | 42 |
| Binary | 10010110 | 11000 | 1000100 | 0 | 1010100 | 110111 | 101001 | 101010011 | 1001000 | 100010 |
Color Harmonies of #961844
Complementary color
Monochromatic Colors of #961844
Black with #961844
Text Example
Text Example
White with #961844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961844; }
p { color: rgb(150,24,68); }
H1.HeaderClassName
{
color: #961844;
}
.AnyTagClassName
{
color: #961844;
}
</style>
background-color css
<style>
a { background-color: #961844; }
a { background-color: rgb(150,24,68); }
div.DivClassName
{
background-color: #961844;
}
.BgClassName
{
background-color: #961844;
}
</style>
border-color css
<style>
span { border-color: #961844; }
span { border-color: rgb(150,24,68); }
td.TdClassName
{
border-color: #961844;
}
.TagClassName
{
border-color: #961844;
}
</style>