Shades of Lipstick #96324D
Tints of Lipstick #96324D
RGB
CMYK
RGB Variations
Color information
#96324D (or 0x96324D) is known color: Lipstick. HEX triplet: 96, 32 and 4D. RGB value is (150,50,77). Sum of RGB (Red+Green+Blue) = 150+50+77=277 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.15% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 150 - color contains mainly: red. Hex color #96324D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96324D is #69CDB2. Grayscale: #525252. Windows color (decimal): -6933939 or 5059222. OLE color: 5059222.
HSL color Cylindrical-coordinate representation of color #96324D: hue angle of 343.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 #96324D is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 50 | 77 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.41 |
| HSL | 343.8º | 0.5% | 0.39% | - |
| HSV(B) | 343.8º | 0.67% | 0.59% | - |
| XYZ | 15.06 | 9.3 | 8.02 | - |
| YUV | 82.98 | 124.63 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 50 | 77 | 0 | 0.67 | 0.49 | 0.41 | 343.8 | 0.5 | 0.39 |
| Hex | 96 | 32 | 4D | 0 | 43 | 31 | 29 | 158 | 32 | 27 |
| Octal | 226 | 62 | 115 | 0 | 103 | 61 | 51 | 530 | 62 | 47 |
| Binary | 10010110 | 110010 | 1001101 | 0 | 1000011 | 110001 | 101001 | 101011000 | 110010 | 100111 |
Color Harmonies of #96324D
Complementary color
Monochromatic Colors of #96324D
Black with #96324D
Text Example
Text Example
White with #96324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96324D; }
p { color: rgb(150,50,77); }
H1.HeaderClassName
{
color: #96324D;
}
.AnyTagClassName
{
color: #96324D;
}
</style>
background-color css
<style>
a { background-color: #96324D; }
a { background-color: rgb(150,50,77); }
div.DivClassName
{
background-color: #96324D;
}
.BgClassName
{
background-color: #96324D;
}
</style>
border-color css
<style>
span { border-color: #96324D; }
span { border-color: rgb(150,50,77); }
td.TdClassName
{
border-color: #96324D;
}
.TagClassName
{
border-color: #96324D;
}
</style>