Shades of Lipstick #96194D
Tints of Lipstick #96194D
RGB
CMYK
RGB Variations
Color information
#96194D (or 0x96194D) is known color: Lipstick. HEX triplet: 96, 19 and 4D. RGB value is (150,25,77). Sum of RGB (Red+Green+Blue) = 150+25+77=252 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.52% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 150 - color contains mainly: red. Hex color #96194D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96194D is #69E6B2. Grayscale: #444444. Windows color (decimal): -6940339 or 5052822. OLE color: 5052822.
HSL color Cylindrical-coordinate representation of color #96194D: hue angle of 335.04º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #96194D is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 25 | 77 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.41 |
| HSL | 335.04º | 0.71% | 0.34% | - |
| HSV(B) | 335.04º | 0.83% | 0.59% | - |
| XYZ | 14.26 | 7.72 | 7.76 | - |
| YUV | 68.3 | 132.91 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 25 | 77 | 0 | 0.83 | 0.49 | 0.41 | 335.04 | 0.71 | 0.34 |
| Hex | 96 | 19 | 4D | 0 | 53 | 31 | 29 | 14F | 47 | 22 |
| Octal | 226 | 31 | 115 | 0 | 123 | 61 | 51 | 517 | 107 | 42 |
| Binary | 10010110 | 11001 | 1001101 | 0 | 1010011 | 110001 | 101001 | 101001111 | 1000111 | 100010 |
Color Harmonies of #96194D
Complementary color
Monochromatic Colors of #96194D
Black with #96194D
Text Example
Text Example
White with #96194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96194D; }
p { color: rgb(150,25,77); }
H1.HeaderClassName
{
color: #96194D;
}
.AnyTagClassName
{
color: #96194D;
}
</style>
background-color css
<style>
a { background-color: #96194D; }
a { background-color: rgb(150,25,77); }
div.DivClassName
{
background-color: #96194D;
}
.BgClassName
{
background-color: #96194D;
}
</style>
border-color css
<style>
span { border-color: #96194D; }
span { border-color: rgb(150,25,77); }
td.TdClassName
{
border-color: #96194D;
}
.TagClassName
{
border-color: #96194D;
}
</style>