Shades of Lipstick #96295B
Tints of Lipstick #96295B
RGB
CMYK
RGB Variations
Color information
#96295B (or 0x96295B) is known color: Lipstick. HEX triplet: 96, 29 and 5B. RGB value is (150,41,91). Sum of RGB (Red+Green+Blue) = 150+41+91=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #96295B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96295B is #69D6A4. Grayscale: #4F4F4F. Windows color (decimal): -6936229 or 5974422. OLE color: 5974422.
HSL color Cylindrical-coordinate representation of color #96295B: hue angle of 332.48º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #96295B is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 41 | 91 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.41 |
| HSL | 332.48º | 0.57% | 0.37% | - |
| HSV(B) | 332.48º | 0.73% | 0.59% | - |
| XYZ | 15.26 | 8.83 | 10.8 | - |
| YUV | 79.29 | 134.61 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 41 | 91 | 0 | 0.73 | 0.39 | 0.41 | 332.48 | 0.57 | 0.37 |
| Hex | 96 | 29 | 5B | 0 | 49 | 27 | 29 | 14C | 39 | 25 |
| Octal | 226 | 51 | 133 | 0 | 111 | 47 | 51 | 514 | 71 | 45 |
| Binary | 10010110 | 101001 | 1011011 | 0 | 1001001 | 100111 | 101001 | 101001100 | 111001 | 100101 |
Color Harmonies of #96295B
Complementary color
Monochromatic Colors of #96295B
Black with #96295B
Text Example
Text Example
White with #96295B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96295B; }
p { color: rgb(150,41,91); }
H1.HeaderClassName
{
color: #96295B;
}
.AnyTagClassName
{
color: #96295B;
}
</style>
background-color css
<style>
a { background-color: #96295B; }
a { background-color: rgb(150,41,91); }
div.DivClassName
{
background-color: #96295B;
}
.BgClassName
{
background-color: #96295B;
}
</style>
border-color css
<style>
span { border-color: #96295B; }
span { border-color: rgb(150,41,91); }
td.TdClassName
{
border-color: #96295B;
}
.TagClassName
{
border-color: #96295B;
}
</style>