Shades of Lipstick #96395A
Tints of Lipstick #96395A
RGB
CMYK
RGB Variations
Color information
#96395A (or 0x96395A) is known color: Lipstick. HEX triplet: 96, 39 and 5A. RGB value is (150,57,90). Sum of RGB (Red+Green+Blue) = 150+57+90=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #96395A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96395A is #69C6A5. Grayscale: #585858. Windows color (decimal): -6932134 or 5912982. OLE color: 5912982.
HSL color Cylindrical-coordinate representation of color #96395A: hue angle of 338.71º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96395A is Cyan = 0, Magento = 0.62, Yellow = 0.4 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 57 | 90 | - |
| CMYK | 0 | 0.62 | 0.4 | 0.41 |
| HSL | 338.71º | 0.45% | 0.41% | - |
| HSV(B) | 338.71º | 0.62% | 0.59% | - |
| XYZ | 15.89 | 10.15 | 10.79 | - |
| YUV | 88.57 | 128.81 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 57 | 90 | 0 | 0.62 | 0.4 | 0.41 | 338.71 | 0.45 | 0.41 |
| Hex | 96 | 39 | 5A | 0 | 3E | 28 | 29 | 153 | 2D | 29 |
| Octal | 226 | 71 | 132 | 0 | 76 | 50 | 51 | 523 | 55 | 51 |
| Binary | 10010110 | 111001 | 1011010 | 0 | 111110 | 101000 | 101001 | 101010011 | 101101 | 101001 |
Color Harmonies of #96395A
Complementary color
Monochromatic Colors of #96395A
Black with #96395A
Text Example
Text Example
White with #96395A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96395A; }
p { color: rgb(150,57,90); }
H1.HeaderClassName
{
color: #96395A;
}
.AnyTagClassName
{
color: #96395A;
}
</style>
background-color css
<style>
a { background-color: #96395A; }
a { background-color: rgb(150,57,90); }
div.DivClassName
{
background-color: #96395A;
}
.BgClassName
{
background-color: #96395A;
}
</style>
border-color css
<style>
span { border-color: #96395A; }
span { border-color: rgb(150,57,90); }
td.TdClassName
{
border-color: #96395A;
}
.TagClassName
{
border-color: #96395A;
}
</style>