Shades of Lipstick #96355C
Tints of Lipstick #96355C
RGB
CMYK
RGB Variations
Color information
#96355C (or 0x96355C) is known color: Lipstick. HEX triplet: 96, 35 and 5C. RGB value is (150,53,92). Sum of RGB (Red+Green+Blue) = 150+53+92=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #96355C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96355C is #69CAA3. Grayscale: #565656. Windows color (decimal): -6933156 or 6043030. OLE color: 6043030.
HSL color Cylindrical-coordinate representation of color #96355C: hue angle of 335.88º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96355C is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 53 | 92 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.41 |
| HSL | 335.88º | 0.48% | 0.4% | - |
| HSV(B) | 335.88º | 0.65% | 0.59% | - |
| XYZ | 15.78 | 9.8 | 11.19 | - |
| YUV | 86.45 | 131.14 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 53 | 92 | 0 | 0.65 | 0.39 | 0.41 | 335.88 | 0.48 | 0.4 |
| Hex | 96 | 35 | 5C | 0 | 41 | 27 | 29 | 150 | 30 | 28 |
| Octal | 226 | 65 | 134 | 0 | 101 | 47 | 51 | 520 | 60 | 50 |
| Binary | 10010110 | 110101 | 1011100 | 0 | 1000001 | 100111 | 101001 | 101010000 | 110000 | 101000 |
Color Harmonies of #96355C
Complementary color
Monochromatic Colors of #96355C
Black with #96355C
Text Example
Text Example
White with #96355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96355C; }
p { color: rgb(150,53,92); }
H1.HeaderClassName
{
color: #96355C;
}
.AnyTagClassName
{
color: #96355C;
}
</style>
background-color css
<style>
a { background-color: #96355C; }
a { background-color: rgb(150,53,92); }
div.DivClassName
{
background-color: #96355C;
}
.BgClassName
{
background-color: #96355C;
}
</style>
border-color css
<style>
span { border-color: #96355C; }
span { border-color: rgb(150,53,92); }
td.TdClassName
{
border-color: #96355C;
}
.TagClassName
{
border-color: #96355C;
}
</style>