#9B1E50

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

Shades of Lipstick #9B1E50

Tints of Lipstick #9B1E50

Color information

#9B1E50 (or 0x9B1E50) is unknown color: approx Lipstick. HEX triplet: 9B, 1E and 50. RGB value is (155,30,80). Sum of RGB (Red+Green+Blue) = 155+30+80=265 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.49% from 265); Green value is 30 (12.11% from 255 or 11.32% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1E50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1E50 is #64E1AF. Grayscale: #494949. Windows color (decimal): -6611376 or 5250715. OLE color: 5250715.

HSL color Cylindrical-coordinate representation of color #9B1E50: hue angle of 336º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B1E50 is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB1553080-
CMYK00.810.480.39
HSL336º67.57%36.27%-
HSV(B)336º80.65%60.78%-
XYZ15.438.488.41-
YUV73.08131.91186.43-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.49%
GREEN value IS 30 (12.11% from 255) = 11.32%
BLUE value IS 80 (31.64% from 255) = 30.19%
R=58.49%
G=11.32%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155308000.810.480.3933667.5736.27
Hex9B1E5005130271504424
Octal233361200121604752010444
Binary10011011111101010000010100011100001001111010100001000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,30,80); }

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

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

 a { background-color: rgb(155,30,80); }

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

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

 span { border-color: rgb(155,30,80); }

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