#9B385E

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

Shades of Lipstick #9B385E

Tints of Lipstick #9B385E

Color information

#9B385E (or 0x9B385E) is unknown color: approx Lipstick. HEX triplet: 9B, 38 and 5E. RGB value is (155,56,94). Sum of RGB (Red+Green+Blue) = 155+56+94=305 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.82% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 155 - color contains mainly: red. Hex color #9B385E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B385E is #64C7A1. Grayscale: #595959. Windows color (decimal): -6604706 or 6174875. OLE color: 6174875.

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

Color convert

RGB1555694-
CMYK00.640.390.39
HSL336.97º46.92%41.37%-
HSV(B)336.97º63.87%60.78%-
XYZ16.9510.6111.74-
YUV89.93130.3174.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.82%
GREEN value IS 56 (22.27% from 255) = 18.36%
BLUE value IS 94 (37.11% from 255) = 30.82%
R=50.82%
G=18.36%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155569400.640.390.39336.9746.9241.37
Hex9B385E04027271512f29
Octal23370136010047475215751
Binary10011011111000101111001000000100111100111101010001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B385E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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