Shades of Lipstick #961441
Tints of Lipstick #961441
RGB
CMYK
RGB Variations
Color information
#961441 (or 0x961441) is known color: Lipstick. HEX triplet: 96, 14 and 41. RGB value is (150,20,65). Sum of RGB (Red+Green+Blue) = 150+20+65=235 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.83% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 150 - color contains mainly: red. Hex color #961441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961441 is #69EBBE. Grayscale: #3F3F3F. Windows color (decimal): -6941631 or 4265110. OLE color: 4265110.
HSL color Cylindrical-coordinate representation of color #961441: hue angle of 339.23º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #961441 is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 20 | 65 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.41 |
| HSL | 339.23º | 0.76% | 0.33% | - |
| HSV(B) | 339.23º | 0.87% | 0.59% | - |
| XYZ | 13.78 | 7.37 | 5.7 | - |
| YUV | 64 | 128.57 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 20 | 65 | 0 | 0.87 | 0.57 | 0.41 | 339.23 | 0.76 | 0.33 |
| Hex | 96 | 14 | 41 | 0 | 57 | 39 | 29 | 153 | 4C | 21 |
| Octal | 226 | 24 | 101 | 0 | 127 | 71 | 51 | 523 | 114 | 41 |
| Binary | 10010110 | 10100 | 1000001 | 0 | 1010111 | 111001 | 101001 | 101010011 | 1001100 | 100001 |
Color Harmonies of #961441
Complementary color
Monochromatic Colors of #961441
Black with #961441
Text Example
Text Example
White with #961441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961441; }
p { color: rgb(150,20,65); }
H1.HeaderClassName
{
color: #961441;
}
.AnyTagClassName
{
color: #961441;
}
</style>
background-color css
<style>
a { background-color: #961441; }
a { background-color: rgb(150,20,65); }
div.DivClassName
{
background-color: #961441;
}
.BgClassName
{
background-color: #961441;
}
</style>
border-color css
<style>
span { border-color: #961441; }
span { border-color: rgb(150,20,65); }
td.TdClassName
{
border-color: #961441;
}
.TagClassName
{
border-color: #961441;
}
</style>