Shades of Lipstick #96325A
Tints of Lipstick #96325A
RGB
CMYK
RGB Variations
Color information
#96325A (or 0x96325A) is known color: Lipstick. HEX triplet: 96, 32 and 5A. RGB value is (150,50,90). Sum of RGB (Red+Green+Blue) = 150+50+90=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #96325A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96325A is #69CDA5. Grayscale: #545454. Windows color (decimal): -6933926 or 5911190. OLE color: 5911190.
HSL color Cylindrical-coordinate representation of color #96325A: hue angle of 336º 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 #96325A is Cyan = 0, Magento = 0.67, Yellow = 0.4 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 50 | 90 | - |
| CMYK | 0 | 0.67 | 0.4 | 0.41 |
| HSL | 336º | 0.5% | 0.39% | - |
| HSV(B) | 336º | 0.67% | 0.59% | - |
| XYZ | 15.56 | 9.5 | 10.69 | - |
| YUV | 84.46 | 131.13 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 50 | 90 | 0 | 0.67 | 0.4 | 0.41 | 336 | 0.5 | 0.39 |
| Hex | 96 | 32 | 5A | 0 | 43 | 28 | 29 | 150 | 32 | 27 |
| Octal | 226 | 62 | 132 | 0 | 103 | 50 | 51 | 520 | 62 | 47 |
| Binary | 10010110 | 110010 | 1011010 | 0 | 1000011 | 101000 | 101001 | 101010000 | 110010 | 100111 |
Color Harmonies of #96325A
Complementary color
Monochromatic Colors of #96325A
Black with #96325A
Text Example
Text Example
White with #96325A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96325A; }
p { color: rgb(150,50,90); }
H1.HeaderClassName
{
color: #96325A;
}
.AnyTagClassName
{
color: #96325A;
}
</style>
background-color css
<style>
a { background-color: #96325A; }
a { background-color: rgb(150,50,90); }
div.DivClassName
{
background-color: #96325A;
}
.BgClassName
{
background-color: #96325A;
}
</style>
border-color css
<style>
span { border-color: #96325A; }
span { border-color: rgb(150,50,90); }
td.TdClassName
{
border-color: #96325A;
}
.TagClassName
{
border-color: #96325A;
}
</style>