#9B355E

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

Shades of Lipstick #9B355E

Tints of Lipstick #9B355E

Color information

#9B355E (or 0x9B355E) is unknown color: approx Lipstick. HEX triplet: 9B, 35 and 5E. RGB value is (155,53,94). Sum of RGB (Red+Green+Blue) = 155+53+94=302 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.32% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 155 - color contains mainly: red. Hex color #9B355E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B355E is #64CAA1. Grayscale: #585858. Windows color (decimal): -6605474 or 6174107. OLE color: 6174107.

HSL color Cylindrical-coordinate representation of color #9B355E: hue angle of 335.88º 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 #9B355E is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB1555394-
CMYK00.660.390.39
HSL335.88º49.04%40.78%-
HSV(B)335.88º65.81%60.78%-
XYZ16.8110.3211.7-
YUV88.17131.29175.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.32%
GREEN value IS 53 (21.09% from 255) = 17.55%
BLUE value IS 94 (37.11% from 255) = 31.13%
R=51.32%
G=17.55%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155539400.660.390.39335.8849.0440.78
Hex9B355E04227271503129
Octal23365136010247475206151
Binary10011011110101101111001000010100111100111101010000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B355E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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