#9B3656

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

Shades of Lipstick #9B3656

Tints of Lipstick #9B3656

Color information

#9B3656 (or 0x9B3656) is unknown color: approx Lipstick. HEX triplet: 9B, 36 and 56. RGB value is (155,54,86). Sum of RGB (Red+Green+Blue) = 155+54+86=295 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.54% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3656 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3656 is #64C9A9. Grayscale: #575757. Windows color (decimal): -6605226 or 5650075. OLE color: 5650075.

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

Color convert

RGB1555486-
CMYK00.650.450.39
HSL340.99º48.33%40.98%-
HSV(B)340.99º65.16%60.78%-
XYZ16.5210.289.92-
YUV87.85126.96175.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.54%
GREEN value IS 54 (21.48% from 255) = 18.31%
BLUE value IS 86 (33.98% from 255) = 29.15%
R=52.54%
G=18.31%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155548600.650.450.39340.9948.3340.98
Hex9B36560412D271553029
Octal23366126010155475256051
Binary10011011110110101011001000001101101100111101010101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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