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