Shades of Lipstick #96355D
Tints of Lipstick #96355D
RGB
CMYK
RGB Variations
Color information
#96355D (or 0x96355D) is known color: Lipstick. HEX triplet: 96, 35 and 5D. RGB value is (150,53,93). Sum of RGB (Red+Green+Blue) = 150+53+93=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #96355D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96355D is #69CAA2. Grayscale: #565656. Windows color (decimal): -6933155 or 6108566. OLE color: 6108566.
HSL color Cylindrical-coordinate representation of color #96355D: hue angle of 335.26º 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 #96355D is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 53 | 93 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.41 |
| HSL | 335.26º | 0.48% | 0.4% | - |
| HSV(B) | 335.26º | 0.65% | 0.59% | - |
| XYZ | 15.83 | 9.82 | 11.42 | - |
| YUV | 86.56 | 131.64 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 53 | 93 | 0 | 0.65 | 0.38 | 0.41 | 335.26 | 0.48 | 0.4 |
| Hex | 96 | 35 | 5D | 0 | 41 | 26 | 29 | 14F | 30 | 28 |
| Octal | 226 | 65 | 135 | 0 | 101 | 46 | 51 | 517 | 60 | 50 |
| Binary | 10010110 | 110101 | 1011101 | 0 | 1000001 | 100110 | 101001 | 101001111 | 110000 | 101000 |
Color Harmonies of #96355D
Complementary color
Monochromatic Colors of #96355D
Black with #96355D
Text Example
Text Example
White with #96355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96355D; }
p { color: rgb(150,53,93); }
H1.HeaderClassName
{
color: #96355D;
}
.AnyTagClassName
{
color: #96355D;
}
</style>
background-color css
<style>
a { background-color: #96355D; }
a { background-color: rgb(150,53,93); }
div.DivClassName
{
background-color: #96355D;
}
.BgClassName
{
background-color: #96355D;
}
</style>
border-color css
<style>
span { border-color: #96355D; }
span { border-color: rgb(150,53,93); }
td.TdClassName
{
border-color: #96355D;
}
.TagClassName
{
border-color: #96355D;
}
</style>