Shades of Lipstick #961644
Tints of Lipstick #961644
RGB
CMYK
RGB Variations
Color information
#961644 (or 0x961644) is known color: Lipstick. HEX triplet: 96, 16 and 44. RGB value is (150,22,68). Sum of RGB (Red+Green+Blue) = 150+22+68=240 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.5% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 68 (26.95% from 255 or 28.33% from 240); Max value from RGB is 150 - color contains mainly: red. Hex color #961644 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961644 is #69E9BB. Grayscale: #414141. Windows color (decimal): -6941116 or 4462230. OLE color: 4462230.
HSL color Cylindrical-coordinate representation of color #961644: hue angle of 338.44º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #961644 is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 22 | 68 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.41 |
| HSL | 338.44º | 0.74% | 0.34% | - |
| HSV(B) | 338.44º | 0.85% | 0.59% | - |
| XYZ | 13.91 | 7.48 | 6.18 | - |
| YUV | 65.52 | 129.41 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 22 | 68 | 0 | 0.85 | 0.55 | 0.41 | 338.44 | 0.74 | 0.34 |
| Hex | 96 | 16 | 44 | 0 | 55 | 37 | 29 | 152 | 4A | 22 |
| Octal | 226 | 26 | 104 | 0 | 125 | 67 | 51 | 522 | 112 | 42 |
| Binary | 10010110 | 10110 | 1000100 | 0 | 1010101 | 110111 | 101001 | 101010010 | 1001010 | 100010 |
Color Harmonies of #961644
Complementary color
Monochromatic Colors of #961644
Black with #961644
Text Example
Text Example
White with #961644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961644; }
p { color: rgb(150,22,68); }
H1.HeaderClassName
{
color: #961644;
}
.AnyTagClassName
{
color: #961644;
}
</style>
background-color css
<style>
a { background-color: #961644; }
a { background-color: rgb(150,22,68); }
div.DivClassName
{
background-color: #961644;
}
.BgClassName
{
background-color: #961644;
}
</style>
border-color css
<style>
span { border-color: #961644; }
span { border-color: rgb(150,22,68); }
td.TdClassName
{
border-color: #961644;
}
.TagClassName
{
border-color: #961644;
}
</style>