#9B3556

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

Shades of Lipstick #9B3556

Tints of Lipstick #9B3556

Color information

#9B3556 (or 0x9B3556) is unknown color: approx Lipstick. HEX triplet: 9B, 35 and 56. RGB value is (155,53,86). Sum of RGB (Red+Green+Blue) = 155+53+86=294 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.72% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3556 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3556 is #64CAA9. Grayscale: #575757. Windows color (decimal): -6605482 or 5649819. OLE color: 5649819.

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

Color convert

RGB1555386-
CMYK00.660.450.39
HSL340.59º49.04%40.78%-
HSV(B)340.59º65.81%60.78%-
XYZ16.4710.199.9-
YUV87.26127.29176.32-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.72%
GREEN value IS 53 (21.09% from 255) = 18.03%
BLUE value IS 86 (33.98% from 255) = 29.25%
R=52.72%
G=18.03%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155538600.660.450.39340.5949.0440.78
Hex9B35560422D271553129
Octal23365126010255475256151
Binary10011011110101101011001000010101101100111101010101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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