Shades of Lipstick #961446
Tints of Lipstick #961446
RGB
CMYK
RGB Variations
Color information
#961446 (or 0x961446) is known color: Lipstick. HEX triplet: 96, 14 and 46. RGB value is (150,20,70). Sum of RGB (Red+Green+Blue) = 150+20+70=240 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.5% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 150 - color contains mainly: red. Hex color #961446 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961446 is #69EBB9. Grayscale: #404040. Windows color (decimal): -6941626 or 4592790. OLE color: 4592790.
HSL color Cylindrical-coordinate representation of color #961446: hue angle of 336.92º 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 #961446 is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 20 | 70 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.41 |
| HSL | 336.92º | 0.76% | 0.33% | - |
| HSV(B) | 336.92º | 0.87% | 0.59% | - |
| XYZ | 13.93 | 7.43 | 6.49 | - |
| YUV | 64.57 | 131.07 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 20 | 70 | 0 | 0.87 | 0.53 | 0.41 | 336.92 | 0.76 | 0.33 |
| Hex | 96 | 14 | 46 | 0 | 57 | 35 | 29 | 151 | 4C | 21 |
| Octal | 226 | 24 | 106 | 0 | 127 | 65 | 51 | 521 | 114 | 41 |
| Binary | 10010110 | 10100 | 1000110 | 0 | 1010111 | 110101 | 101001 | 101010001 | 1001100 | 100001 |
Color Harmonies of #961446
Complementary color
Monochromatic Colors of #961446
Black with #961446
Text Example
Text Example
White with #961446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961446; }
p { color: rgb(150,20,70); }
H1.HeaderClassName
{
color: #961446;
}
.AnyTagClassName
{
color: #961446;
}
</style>
background-color css
<style>
a { background-color: #961446; }
a { background-color: rgb(150,20,70); }
div.DivClassName
{
background-color: #961446;
}
.BgClassName
{
background-color: #961446;
}
</style>
border-color css
<style>
span { border-color: #961446; }
span { border-color: rgb(150,20,70); }
td.TdClassName
{
border-color: #961446;
}
.TagClassName
{
border-color: #961446;
}
</style>