Shades of Lipstick #961147
Tints of Lipstick #961147
RGB
CMYK
RGB Variations
Color information
#961147 (or 0x961147) is known color: Lipstick. HEX triplet: 96, 11 and 47. RGB value is (150,17,71). Sum of RGB (Red+Green+Blue) = 150+17+71=238 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.03% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 71 (28.12% from 255 or 29.83% from 238); Max value from RGB is 150 - color contains mainly: red. Hex color #961147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961147 is #69EEB8. Grayscale: #3E3E3E. Windows color (decimal): -6942393 or 4657558. OLE color: 4657558.
HSL color Cylindrical-coordinate representation of color #961147: hue angle of 335.64º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961147 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 17 | 71 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.41 |
| HSL | 335.64º | 0.8% | 0.33% | - |
| HSV(B) | 335.64º | 0.89% | 0.59% | - |
| XYZ | 13.92 | 7.34 | 6.64 | - |
| YUV | 62.92 | 132.56 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 17 | 71 | 0 | 0.89 | 0.53 | 0.41 | 335.64 | 0.8 | 0.33 |
| Hex | 96 | 11 | 47 | 0 | 59 | 35 | 29 | 150 | 50 | 21 |
| Octal | 226 | 21 | 107 | 0 | 131 | 65 | 51 | 520 | 120 | 41 |
| Binary | 10010110 | 10001 | 1000111 | 0 | 1011001 | 110101 | 101001 | 101010000 | 1010000 | 100001 |
Color Harmonies of #961147
Complementary color
Monochromatic Colors of #961147
Black with #961147
Text Example
Text Example
White with #961147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961147; }
p { color: rgb(150,17,71); }
H1.HeaderClassName
{
color: #961147;
}
.AnyTagClassName
{
color: #961147;
}
</style>
background-color css
<style>
a { background-color: #961147; }
a { background-color: rgb(150,17,71); }
div.DivClassName
{
background-color: #961147;
}
.BgClassName
{
background-color: #961147;
}
</style>
border-color css
<style>
span { border-color: #961147; }
span { border-color: rgb(150,17,71); }
td.TdClassName
{
border-color: #961147;
}
.TagClassName
{
border-color: #961147;
}
</style>