Shades of Lipstick #961144
Tints of Lipstick #961144
RGB
CMYK
RGB Variations
Color information
#961144 (or 0x961144) is known color: Lipstick. HEX triplet: 96, 11 and 44. RGB value is (150,17,68). Sum of RGB (Red+Green+Blue) = 150+17+68=235 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.83% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 150 - color contains mainly: red. Hex color #961144 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961144 is #69EEBB. Grayscale: #3E3E3E. Windows color (decimal): -6942396 or 4460950. OLE color: 4460950.
HSL color Cylindrical-coordinate representation of color #961144: hue angle of 336.99º 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 #961144 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 17 | 68 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.41 |
| HSL | 336.99º | 0.8% | 0.33% | - |
| HSV(B) | 336.99º | 0.89% | 0.59% | - |
| XYZ | 13.82 | 7.3 | 6.15 | - |
| YUV | 62.58 | 131.06 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 17 | 68 | 0 | 0.89 | 0.55 | 0.41 | 336.99 | 0.8 | 0.33 |
| Hex | 96 | 11 | 44 | 0 | 59 | 37 | 29 | 151 | 50 | 21 |
| Octal | 226 | 21 | 104 | 0 | 131 | 67 | 51 | 521 | 120 | 41 |
| Binary | 10010110 | 10001 | 1000100 | 0 | 1011001 | 110111 | 101001 | 101010001 | 1010000 | 100001 |
Color Harmonies of #961144
Complementary color
Monochromatic Colors of #961144
Black with #961144
Text Example
Text Example
White with #961144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961144; }
p { color: rgb(150,17,68); }
H1.HeaderClassName
{
color: #961144;
}
.AnyTagClassName
{
color: #961144;
}
</style>
background-color css
<style>
a { background-color: #961144; }
a { background-color: rgb(150,17,68); }
div.DivClassName
{
background-color: #961144;
}
.BgClassName
{
background-color: #961144;
}
</style>
border-color css
<style>
span { border-color: #961144; }
span { border-color: rgb(150,17,68); }
td.TdClassName
{
border-color: #961144;
}
.TagClassName
{
border-color: #961144;
}
</style>