Shades of Lipstick #96336C
Tints of Lipstick #96336C
RGB
CMYK
RGB Variations
Color information
#96336C (or 0x96336C) is known color: Lipstick. HEX triplet: 96, 33 and 6C. RGB value is (150,51,108). Sum of RGB (Red+Green+Blue) = 150+51+108=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #96336C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96336C is #69CC93. Grayscale: #565656. Windows color (decimal): -6933652 or 7091094. OLE color: 7091094.
HSL color Cylindrical-coordinate representation of color #96336C: hue angle of 325.45º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #96336C is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 51 | 108 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.41 |
| HSL | 325.45º | 0.49% | 0.39% | - |
| HSV(B) | 325.45º | 0.66% | 0.59% | - |
| XYZ | 16.47 | 9.93 | 15.24 | - |
| YUV | 87.1 | 139.8 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 51 | 108 | 0 | 0.66 | 0.28 | 0.41 | 325.45 | 0.49 | 0.39 |
| Hex | 96 | 33 | 6C | 0 | 42 | 1C | 29 | 145 | 31 | 27 |
| Octal | 226 | 63 | 154 | 0 | 102 | 34 | 51 | 505 | 61 | 47 |
| Binary | 10010110 | 110011 | 1101100 | 0 | 1000010 | 11100 | 101001 | 101000101 | 110001 | 100111 |
Color Harmonies of #96336C
Complementary color
Monochromatic Colors of #96336C
Black with #96336C
Text Example
Text Example
White with #96336C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96336C; }
p { color: rgb(150,51,108); }
H1.HeaderClassName
{
color: #96336C;
}
.AnyTagClassName
{
color: #96336C;
}
</style>
background-color css
<style>
a { background-color: #96336C; }
a { background-color: rgb(150,51,108); }
div.DivClassName
{
background-color: #96336C;
}
.BgClassName
{
background-color: #96336C;
}
</style>
border-color css
<style>
span { border-color: #96336C; }
span { border-color: rgb(150,51,108); }
td.TdClassName
{
border-color: #96336C;
}
.TagClassName
{
border-color: #96336C;
}
</style>