#9B3360

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

Shades of Lipstick #9B3360

Tints of Lipstick #9B3360

Color information

#9B3360 (or 0x9B3360) is unknown color: approx Lipstick. HEX triplet: 9B, 33 and 60. RGB value is (155,51,96). Sum of RGB (Red+Green+Blue) = 155+51+96=302 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.32% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3360 is #64CC9F. Grayscale: #575757. Windows color (decimal): -6605984 or 6304667. OLE color: 6304667.

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

Color convert

RGB1555196-
CMYK00.670.380.39
HSL334.04º50.49%40.39%-
HSV(B)334.04º67.1%60.78%-
XYZ16.8110.1812.15-
YUV87.23132.96176.34-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.32%
GREEN value IS 51 (20.31% from 255) = 16.89%
BLUE value IS 96 (37.89% from 255) = 31.79%
R=51.32%
G=16.89%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155519600.670.380.39334.0450.4940.39
Hex9B3360043262714e3228
Octal23363140010346475166250
Binary10011011110011110000001000011100110100111101001110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,51,96); }

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

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

 a { background-color: rgb(155,51,96); }

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

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

 span { border-color: rgb(155,51,96); }

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