#9B385D

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

Shades of Lipstick #9B385D

Tints of Lipstick #9B385D

Color information

#9B385D (or 0x9B385D) is unknown color: approx Lipstick. HEX triplet: 9B, 38 and 5D. RGB value is (155,56,93). Sum of RGB (Red+Green+Blue) = 155+56+93=304 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.99% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 155 - color contains mainly: red. Hex color #9B385D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B385D is #64C7A2. Grayscale: #595959. Windows color (decimal): -6604707 or 6109339. OLE color: 6109339.

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

Color convert

RGB1555693-
CMYK00.640.40.39
HSL337.58º46.92%41.37%-
HSV(B)337.58º63.87%60.78%-
XYZ16.9110.5911.51-
YUV89.82129.8174.49-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.99%
GREEN value IS 56 (22.27% from 255) = 18.42%
BLUE value IS 93 (36.72% from 255) = 30.59%
R=50.99%
G=18.42%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.4
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155569300.640.40.39337.5846.9241.37
Hex9B385D04028271522f29
Octal23370135010050475225751
Binary10011011111000101110101000000101000100111101010010101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B385D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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