Shades of Lipstick #96164E
Tints of Lipstick #96164E
RGB
CMYK
RGB Variations
Color information
#96164E (or 0x96164E) is known color: Lipstick. HEX triplet: 96, 16 and 4E. RGB value is (150,22,78). Sum of RGB (Red+Green+Blue) = 150+22+78=250 (33% of max value = 765). Red value is 150 (58.98% from 255 or 60% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 150 - color contains mainly: red. Hex color #96164E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96164E is #69E9B1. Grayscale: #424242. Windows color (decimal): -6941106 or 5117590. OLE color: 5117590.
HSL color Cylindrical-coordinate representation of color #96164E: hue angle of 333.75º degrees, saturation: 0.74, 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 #96164E is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 22 | 78 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.41 |
| HSL | 333.75º | 0.74% | 0.34% | - |
| HSV(B) | 333.75º | 0.85% | 0.59% | - |
| XYZ | 14.24 | 7.61 | 7.93 | - |
| YUV | 66.66 | 134.41 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 22 | 78 | 0 | 0.85 | 0.48 | 0.41 | 333.75 | 0.74 | 0.34 |
| Hex | 96 | 16 | 4E | 0 | 55 | 30 | 29 | 14E | 4A | 22 |
| Octal | 226 | 26 | 116 | 0 | 125 | 60 | 51 | 516 | 112 | 42 |
| Binary | 10010110 | 10110 | 1001110 | 0 | 1010101 | 110000 | 101001 | 101001110 | 1001010 | 100010 |
Color Harmonies of #96164E
Complementary color
Monochromatic Colors of #96164E
Black with #96164E
Text Example
Text Example
White with #96164E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96164E; }
p { color: rgb(150,22,78); }
H1.HeaderClassName
{
color: #96164E;
}
.AnyTagClassName
{
color: #96164E;
}
</style>
background-color css
<style>
a { background-color: #96164E; }
a { background-color: rgb(150,22,78); }
div.DivClassName
{
background-color: #96164E;
}
.BgClassName
{
background-color: #96164E;
}
</style>
border-color css
<style>
span { border-color: #96164E; }
span { border-color: rgb(150,22,78); }
td.TdClassName
{
border-color: #96164E;
}
.TagClassName
{
border-color: #96164E;
}
</style>