Shades of Lipstick #961746
Tints of Lipstick #961746
RGB
CMYK
RGB Variations
Color information
#961746 (or 0x961746) is known color: Lipstick. HEX triplet: 96, 17 and 46. RGB value is (150,23,70). Sum of RGB (Red+Green+Blue) = 150+23+70=243 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.73% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 70 (27.73% from 255 or 28.81% from 243); Max value from RGB is 150 - color contains mainly: red. Hex color #961746 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961746 is #69E8B9. Grayscale: #424242. Windows color (decimal): -6940858 or 4593558. OLE color: 4593558.
HSL color Cylindrical-coordinate representation of color #961746: hue angle of 337.8º degrees, saturation: 0.73, 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 #961746 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 23 | 70 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.41 |
| HSL | 337.8º | 0.73% | 0.34% | - |
| HSV(B) | 337.8º | 0.85% | 0.59% | - |
| XYZ | 13.99 | 7.54 | 6.51 | - |
| YUV | 66.33 | 130.08 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 23 | 70 | 0 | 0.85 | 0.53 | 0.41 | 337.8 | 0.73 | 0.34 |
| Hex | 96 | 17 | 46 | 0 | 55 | 35 | 29 | 152 | 49 | 22 |
| Octal | 226 | 27 | 106 | 0 | 125 | 65 | 51 | 522 | 111 | 42 |
| Binary | 10010110 | 10111 | 1000110 | 0 | 1010101 | 110101 | 101001 | 101010010 | 1001001 | 100010 |
Color Harmonies of #961746
Complementary color
Monochromatic Colors of #961746
Black with #961746
Text Example
Text Example
White with #961746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961746; }
p { color: rgb(150,23,70); }
H1.HeaderClassName
{
color: #961746;
}
.AnyTagClassName
{
color: #961746;
}
</style>
background-color css
<style>
a { background-color: #961746; }
a { background-color: rgb(150,23,70); }
div.DivClassName
{
background-color: #961746;
}
.BgClassName
{
background-color: #961746;
}
</style>
border-color css
<style>
span { border-color: #961746; }
span { border-color: rgb(150,23,70); }
td.TdClassName
{
border-color: #961746;
}
.TagClassName
{
border-color: #961746;
}
</style>