#9B395D

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

Shades of Lipstick #9B395D

Tints of Lipstick #9B395D

Color information

#9B395D (or 0x9B395D) is unknown color: approx Lipstick. HEX triplet: 9B, 39 and 5D. RGB value is (155,57,93). Sum of RGB (Red+Green+Blue) = 155+57+93=305 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.82% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 155 - color contains mainly: red. Hex color #9B395D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B395D is #64C6A2. Grayscale: #5A5A5A. Windows color (decimal): -6604451 or 6109595. OLE color: 6109595.

HSL color Cylindrical-coordinate representation of color #9B395D: hue angle of 337.96º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B395D is Cyan = 0, Magento = 0.63, Yellow = 0.4 and Black (K on CMYK) = 0.39.

Color convert

RGB1555793-
CMYK00.630.40.39
HSL337.96º46.23%41.57%-
HSV(B)337.96º63.23%60.78%-
XYZ16.9610.6911.52-
YUV90.41129.47174.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.82%
GREEN value IS 57 (22.66% from 255) = 18.69%
BLUE value IS 93 (36.72% from 255) = 30.49%
R=50.82%
G=18.69%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.4
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155579300.630.40.39337.9646.2341.57
Hex9B395D03F28271522e2a
Octal2337113507750475225652
Binary1001101111100110111010111111101000100111101010010101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B395D; }

 p { color: rgb(155,57,93); }

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

<style>
 a { background-color: #9B395D; }

 a { background-color: rgb(155,57,93); }

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

<style>
 span { border-color: #9B395D; }

 span { border-color: rgb(155,57,93); }

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