#96395B

Color #96395B Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #96395B

Tints of Lipstick #96395B

Color information

#96395B (or 0x96395B) is unknown color: approx Lipstick. HEX triplet: 96, 39 and 5B. RGB value is (150,57,91). Sum of RGB (Red+Green+Blue) = 150+57+91=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #96395B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96395B is #69C6A4. Grayscale: #585858. Windows color (decimal): -6932133 or 5978518. OLE color: 5978518.

HSL color Cylindrical-coordinate representation of color #96395B: hue angle of 338.06º 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 #96395B is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB1505791-
CMYK00.620.390.41
HSL338.06º44.93%40.59%-
HSV(B)338.06º62%58.82%-
XYZ15.9310.1711.02-
YUV88.68129.31171.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 50.34%
GREEN value IS 57 (22.66% from 255) = 19.13%
BLUE value IS 91 (35.94% from 255) = 30.54%
R=50.34%
G=19.13%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150579100.620.390.41338.0644.9340.59
Hex96395B03E27291522d29
Octal2267113307647515225551
Binary1001011011100110110110111110100111101001101010010101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96395B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96395B; }

 p { color: rgb(150,57,91); }

 H1.HeaderClassName
 {
   color: #96395B;
 }
 .AnyTagClassName
 {
   color: #96395B;
 }
</style>
background-color css

<style>
 a { background-color: #96395B; }

 a { background-color: rgb(150,57,91); }

 div.DivClassName
 {
   background-color: #96395B;
 }
 .BgClassName
 {
   background-color: #96395B;
 }
</style>
border-color css

<style>
 span { border-color: #96395B; }

 span { border-color: rgb(150,57,91); }

 td.TdClassName
 {
   border-color: #96395B;
 }
 .TagClassName
 {
   border-color: #96395B;
 }
</style>