Shades of Lipstick #9B324D
Tints of Lipstick #9B324D
RGB
CMYK
RGB Variations
Color information
#9B324D (or 0x9B324D) is known color: Lipstick. HEX triplet: 9B, 32 and 4D. RGB value is (155,50,77). Sum of RGB (Red+Green+Blue) = 155+50+77=282 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.96% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 155 - color contains mainly: red. Hex color #9B324D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B324D is #64CDB2. Grayscale: #545454. Windows color (decimal): -6606259 or 5059227. OLE color: 5059227.
HSL color Cylindrical-coordinate representation of color #9B324D: hue angle of 344.57º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B324D is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 50 | 77 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.39 |
| HSL | 344.57º | 0.51% | 0.4% | - |
| HSV(B) | 344.57º | 0.68% | 0.61% | - |
| XYZ | 16 | 9.79 | 8.07 | - |
| YUV | 84.47 | 123.79 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 50 | 77 | 0 | 0.68 | 0.50 | 0.39 | 344.57 | 0.51 | 0.4 |
| Hex | 9B | 32 | 4D | 0 | 44 | 32 | 27 | 159 | 33 | 28 |
| Octal | 233 | 62 | 115 | 0 | 104 | 62 | 47 | 531 | 63 | 50 |
| Binary | 10011011 | 110010 | 1001101 | 0 | 1000100 | 110010 | 100111 | 101011001 | 110011 | 101000 |
Color Harmonies of #9B324D
Complementary color
Monochromatic Colors of #9B324D
Black with #9B324D
Text Example
Text Example
White with #9B324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B324D; }
p { color: rgb(155,50,77); }
H1.HeaderClassName
{
color: #9B324D;
}
.AnyTagClassName
{
color: #9B324D;
}
</style>
background-color css
<style>
a { background-color: #9B324D; }
a { background-color: rgb(155,50,77); }
div.DivClassName
{
background-color: #9B324D;
}
.BgClassName
{
background-color: #9B324D;
}
</style>
border-color css
<style>
span { border-color: #9B324D; }
span { border-color: rgb(155,50,77); }
td.TdClassName
{
border-color: #9B324D;
}
.TagClassName
{
border-color: #9B324D;
}
</style>