#9B355D

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

Shades of Lipstick #9B355D

Tints of Lipstick #9B355D

Color information

#9B355D (or 0x9B355D) is unknown color: approx Lipstick. HEX triplet: 9B, 35 and 5D. RGB value is (155,53,93). Sum of RGB (Red+Green+Blue) = 155+53+93=301 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.50% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 155 - color contains mainly: red. Hex color #9B355D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B355D is #64CAA2. Grayscale: #585858. Windows color (decimal): -6605475 or 6108571. OLE color: 6108571.

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

Color convert

RGB1555393-
CMYK00.660.40.39
HSL336.47º49.04%40.78%-
HSV(B)336.47º65.81%60.78%-
XYZ16.7710.3111.46-
YUV88.06130.79175.75-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.50%
GREEN value IS 53 (21.09% from 255) = 17.61%
BLUE value IS 93 (36.72% from 255) = 30.90%
R=51.50%
G=17.61%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.4
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155539300.660.40.39336.4749.0440.78
Hex9B355D04228271503129
Octal23365135010250475206151
Binary10011011110101101110101000010101000100111101010000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B355D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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