Shades of Lipstick #96325E
Tints of Lipstick #96325E
RGB
CMYK
RGB Variations
Color information
#96325E (or 0x96325E) is known color: Lipstick. HEX triplet: 96, 32 and 5E. RGB value is (150,50,94). Sum of RGB (Red+Green+Blue) = 150+50+94=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #96325E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96325E is #69CDA1. Grayscale: #545454. Windows color (decimal): -6933922 or 6173334. OLE color: 6173334.
HSL color Cylindrical-coordinate representation of color #96325E: hue angle of 333.6º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96325E is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 50 | 94 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.41 |
| HSL | 333.6º | 0.5% | 0.39% | - |
| HSV(B) | 333.6º | 0.67% | 0.59% | - |
| XYZ | 15.74 | 9.57 | 11.61 | - |
| YUV | 84.92 | 133.13 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 50 | 94 | 0 | 0.67 | 0.37 | 0.41 | 333.6 | 0.5 | 0.39 |
| Hex | 96 | 32 | 5E | 0 | 43 | 25 | 29 | 14E | 32 | 27 |
| Octal | 226 | 62 | 136 | 0 | 103 | 45 | 51 | 516 | 62 | 47 |
| Binary | 10010110 | 110010 | 1011110 | 0 | 1000011 | 100101 | 101001 | 101001110 | 110010 | 100111 |
Color Harmonies of #96325E
Complementary color
Monochromatic Colors of #96325E
Black with #96325E
Text Example
Text Example
White with #96325E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96325E; }
p { color: rgb(150,50,94); }
H1.HeaderClassName
{
color: #96325E;
}
.AnyTagClassName
{
color: #96325E;
}
</style>
background-color css
<style>
a { background-color: #96325E; }
a { background-color: rgb(150,50,94); }
div.DivClassName
{
background-color: #96325E;
}
.BgClassName
{
background-color: #96325E;
}
</style>
border-color css
<style>
span { border-color: #96325E; }
span { border-color: rgb(150,50,94); }
td.TdClassName
{
border-color: #96325E;
}
.TagClassName
{
border-color: #96325E;
}
</style>