Shades of Lipstick #96325C
Tints of Lipstick #96325C
RGB
CMYK
RGB Variations
Color information
#96325C (or 0x96325C) is known color: Lipstick. HEX triplet: 96, 32 and 5C. RGB value is (150,50,92). Sum of RGB (Red+Green+Blue) = 150+50+92=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #96325C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96325C is #69CDA3. Grayscale: #545454. Windows color (decimal): -6933924 or 6042262. OLE color: 6042262.
HSL color Cylindrical-coordinate representation of color #96325C: hue angle of 334.8º 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 #96325C is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 50 | 92 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.41 |
| HSL | 334.8º | 0.5% | 0.39% | - |
| HSV(B) | 334.8º | 0.67% | 0.59% | - |
| XYZ | 15.65 | 9.54 | 11.14 | - |
| YUV | 84.69 | 132.13 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 50 | 92 | 0 | 0.67 | 0.39 | 0.41 | 334.8 | 0.5 | 0.39 |
| Hex | 96 | 32 | 5C | 0 | 43 | 27 | 29 | 14F | 32 | 27 |
| Octal | 226 | 62 | 134 | 0 | 103 | 47 | 51 | 517 | 62 | 47 |
| Binary | 10010110 | 110010 | 1011100 | 0 | 1000011 | 100111 | 101001 | 101001111 | 110010 | 100111 |
Color Harmonies of #96325C
Complementary color
Monochromatic Colors of #96325C
Black with #96325C
Text Example
Text Example
White with #96325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96325C; }
p { color: rgb(150,50,92); }
H1.HeaderClassName
{
color: #96325C;
}
.AnyTagClassName
{
color: #96325C;
}
</style>
background-color css
<style>
a { background-color: #96325C; }
a { background-color: rgb(150,50,92); }
div.DivClassName
{
background-color: #96325C;
}
.BgClassName
{
background-color: #96325C;
}
</style>
border-color css
<style>
span { border-color: #96325C; }
span { border-color: rgb(150,50,92); }
td.TdClassName
{
border-color: #96325C;
}
.TagClassName
{
border-color: #96325C;
}
</style>