#96395F

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

Shades of Lipstick #96395F

Tints of Lipstick #96395F

Color information

#96395F (or 0x96395F) is unknown color: approx Lipstick. HEX triplet: 96, 39 and 5F. RGB value is (150,57,95). Sum of RGB (Red+Green+Blue) = 150+57+95=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #96395F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96395F is #69C6A0. Grayscale: #595959. Windows color (decimal): -6932129 or 6240662. OLE color: 6240662.

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

Color convert

RGB1505795-
CMYK00.620.370.41
HSL335.48º44.93%40.59%-
HSV(B)335.48º62%58.82%-
XYZ16.1110.2411.95-
YUV89.14131.31171.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.67%
GREEN value IS 57 (22.66% from 255) = 18.87%
BLUE value IS 95 (37.5% from 255) = 31.46%
R=49.67%
G=18.87%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150579500.620.370.41335.4844.9340.59
Hex96395F03E252914f2d29
Octal2267113707645515175551
Binary1001011011100110111110111110100101101001101001111101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96395F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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