Shades of Lipstick #96385D
Tints of Lipstick #96385D
RGB
CMYK
RGB Variations
Color information
#96385D (or 0x96385D) is known color: Lipstick. HEX triplet: 96, 38 and 5D. RGB value is (150,56,93). Sum of RGB (Red+Green+Blue) = 150+56+93=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #96385D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96385D is #69C7A2. Grayscale: #585858. Windows color (decimal): -6932387 or 6109334. OLE color: 6109334.
HSL color Cylindrical-coordinate representation of color #96385D: hue angle of 336.38º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #96385D is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 56 | 93 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.41 |
| HSL | 336.38º | 0.46% | 0.4% | - |
| HSV(B) | 336.38º | 0.63% | 0.59% | - |
| XYZ | 15.97 | 10.1 | 11.46 | - |
| YUV | 88.32 | 130.64 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 56 | 93 | 0 | 0.63 | 0.38 | 0.41 | 336.38 | 0.46 | 0.4 |
| Hex | 96 | 38 | 5D | 0 | 3F | 26 | 29 | 150 | 2E | 28 |
| Octal | 226 | 70 | 135 | 0 | 77 | 46 | 51 | 520 | 56 | 50 |
| Binary | 10010110 | 111000 | 1011101 | 0 | 111111 | 100110 | 101001 | 101010000 | 101110 | 101000 |
Color Harmonies of #96385D
Complementary color
Monochromatic Colors of #96385D
Black with #96385D
Text Example
Text Example
White with #96385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96385D; }
p { color: rgb(150,56,93); }
H1.HeaderClassName
{
color: #96385D;
}
.AnyTagClassName
{
color: #96385D;
}
</style>
background-color css
<style>
a { background-color: #96385D; }
a { background-color: rgb(150,56,93); }
div.DivClassName
{
background-color: #96385D;
}
.BgClassName
{
background-color: #96385D;
}
</style>
border-color css
<style>
span { border-color: #96385D; }
span { border-color: rgb(150,56,93); }
td.TdClassName
{
border-color: #96385D;
}
.TagClassName
{
border-color: #96385D;
}
</style>