Shades of Lipstick #96326C
Tints of Lipstick #96326C
RGB
CMYK
RGB Variations
Color information
#96326C (or 0x96326C) is known color: Lipstick. HEX triplet: 96, 32 and 6C. RGB value is (150,50,108). Sum of RGB (Red+Green+Blue) = 150+50+108=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #96326C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96326C is #69CD93. Grayscale: #565656. Windows color (decimal): -6933908 or 7090838. OLE color: 7090838.
HSL color Cylindrical-coordinate representation of color #96326C: hue angle of 325.2º 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 #96326C is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 50 | 108 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.41 |
| HSL | 325.2º | 0.5% | 0.39% | - |
| HSV(B) | 325.2º | 0.67% | 0.59% | - |
| XYZ | 16.43 | 9.85 | 15.22 | - |
| YUV | 86.51 | 140.13 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 50 | 108 | 0 | 0.67 | 0.28 | 0.41 | 325.2 | 0.5 | 0.39 |
| Hex | 96 | 32 | 6C | 0 | 43 | 1C | 29 | 145 | 32 | 27 |
| Octal | 226 | 62 | 154 | 0 | 103 | 34 | 51 | 505 | 62 | 47 |
| Binary | 10010110 | 110010 | 1101100 | 0 | 1000011 | 11100 | 101001 | 101000101 | 110010 | 100111 |
Color Harmonies of #96326C
Complementary color
Monochromatic Colors of #96326C
Black with #96326C
Text Example
Text Example
White with #96326C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96326C; }
p { color: rgb(150,50,108); }
H1.HeaderClassName
{
color: #96326C;
}
.AnyTagClassName
{
color: #96326C;
}
</style>
background-color css
<style>
a { background-color: #96326C; }
a { background-color: rgb(150,50,108); }
div.DivClassName
{
background-color: #96326C;
}
.BgClassName
{
background-color: #96326C;
}
</style>
border-color css
<style>
span { border-color: #96326C; }
span { border-color: rgb(150,50,108); }
td.TdClassName
{
border-color: #96326C;
}
.TagClassName
{
border-color: #96326C;
}
</style>