#96395C

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

Shades of Lipstick #96395C

Tints of Lipstick #96395C

Color information

#96395C (or 0x96395C) is unknown color: approx Lipstick. HEX triplet: 96, 39 and 5C. RGB value is (150,57,92). Sum of RGB (Red+Green+Blue) = 150+57+92=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #96395C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96395C is #69C6A3. Grayscale: #585858. Windows color (decimal): -6932132 or 6044054. OLE color: 6044054.

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

Color convert

RGB1505792-
CMYK00.620.390.41
HSL337.42º44.93%40.59%-
HSV(B)337.42º62%58.82%-
XYZ15.9710.1811.25-
YUV88.8129.81171.65-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.17%
GREEN value IS 57 (22.66% from 255) = 19.06%
BLUE value IS 92 (36.33% from 255) = 30.77%
R=50.17%
G=19.06%
B=30.77%

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
Decimal150579200.620.390.41337.4244.9340.59
Hex96395C03E27291512d29
Octal2267113407647515215551
Binary1001011011100110111000111110100111101001101010001101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96395C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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