Shades of Lipstick #96375E
Tints of Lipstick #96375E
RGB
CMYK
RGB Variations
Color information
#96375E (or 0x96375E) is known color: Lipstick. HEX triplet: 96, 37 and 5E. RGB value is (150,55,94). Sum of RGB (Red+Green+Blue) = 150+55+94=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #96375E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96375E is #69C8A1. Grayscale: #575757. Windows color (decimal): -6932642 or 6174614. OLE color: 6174614.
HSL color Cylindrical-coordinate representation of color #96375E: hue angle of 335.37º 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 #96375E is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 55 | 94 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.41 |
| HSL | 335.37º | 0.46% | 0.4% | - |
| HSV(B) | 335.37º | 0.63% | 0.59% | - |
| XYZ | 15.96 | 10.02 | 11.68 | - |
| YUV | 87.85 | 131.47 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 55 | 94 | 0 | 0.63 | 0.37 | 0.41 | 335.37 | 0.46 | 0.4 |
| Hex | 96 | 37 | 5E | 0 | 3F | 25 | 29 | 14F | 2E | 28 |
| Octal | 226 | 67 | 136 | 0 | 77 | 45 | 51 | 517 | 56 | 50 |
| Binary | 10010110 | 110111 | 1011110 | 0 | 111111 | 100101 | 101001 | 101001111 | 101110 | 101000 |
Color Harmonies of #96375E
Complementary color
Monochromatic Colors of #96375E
Black with #96375E
Text Example
Text Example
White with #96375E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96375E; }
p { color: rgb(150,55,94); }
H1.HeaderClassName
{
color: #96375E;
}
.AnyTagClassName
{
color: #96375E;
}
</style>
background-color css
<style>
a { background-color: #96375E; }
a { background-color: rgb(150,55,94); }
div.DivClassName
{
background-color: #96375E;
}
.BgClassName
{
background-color: #96375E;
}
</style>
border-color css
<style>
span { border-color: #96375E; }
span { border-color: rgb(150,55,94); }
td.TdClassName
{
border-color: #96375E;
}
.TagClassName
{
border-color: #96375E;
}
</style>