Shades of Lipstick #96336D
Tints of Lipstick #96336D
RGB
CMYK
RGB Variations
Color information
#96336D (or 0x96336D) is known color: Lipstick. HEX triplet: 96, 33 and 6D. RGB value is (150,51,109). Sum of RGB (Red+Green+Blue) = 150+51+109=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #96336D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96336D is #69CC92. Grayscale: #575757. Windows color (decimal): -6933651 or 7156630. OLE color: 7156630.
HSL color Cylindrical-coordinate representation of color #96336D: hue angle of 324.85º 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 #96336D is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 51 | 109 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.41 |
| HSL | 324.85º | 0.49% | 0.39% | - |
| HSV(B) | 324.85º | 0.66% | 0.59% | - |
| XYZ | 16.52 | 9.96 | 15.52 | - |
| YUV | 87.21 | 140.3 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 51 | 109 | 0 | 0.66 | 0.27 | 0.41 | 324.85 | 0.49 | 0.39 |
| Hex | 96 | 33 | 6D | 0 | 42 | 1B | 29 | 145 | 31 | 27 |
| Octal | 226 | 63 | 155 | 0 | 102 | 33 | 51 | 505 | 61 | 47 |
| Binary | 10010110 | 110011 | 1101101 | 0 | 1000010 | 11011 | 101001 | 101000101 | 110001 | 100111 |
Color Harmonies of #96336D
Complementary color
Monochromatic Colors of #96336D
Black with #96336D
Text Example
Text Example
White with #96336D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96336D; }
p { color: rgb(150,51,109); }
H1.HeaderClassName
{
color: #96336D;
}
.AnyTagClassName
{
color: #96336D;
}
</style>
background-color css
<style>
a { background-color: #96336D; }
a { background-color: rgb(150,51,109); }
div.DivClassName
{
background-color: #96336D;
}
.BgClassName
{
background-color: #96336D;
}
</style>
border-color css
<style>
span { border-color: #96336D; }
span { border-color: rgb(150,51,109); }
td.TdClassName
{
border-color: #96336D;
}
.TagClassName
{
border-color: #96336D;
}
</style>