#9B3561

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

Shades of Lipstick #9B3561

Tints of Lipstick #9B3561

Color information

#9B3561 (or 0x9B3561) is unknown color: approx Lipstick. HEX triplet: 9B, 35 and 61. RGB value is (155,53,97). Sum of RGB (Red+Green+Blue) = 155+53+97=305 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.82% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3561 is #64CA9E. Grayscale: #585858. Windows color (decimal): -6605471 or 6370715. OLE color: 6370715.

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

Color convert

RGB1555397-
CMYK00.660.370.39
HSL334.12º49.04%40.78%-
HSV(B)334.12º65.81%60.78%-
XYZ16.9510.3812.42-
YUV88.51132.79175.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.82%
GREEN value IS 53 (21.09% from 255) = 17.38%
BLUE value IS 97 (38.28% from 255) = 31.80%
R=50.82%
G=17.38%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155539700.660.370.39334.1249.0440.78
Hex9B3561042252714e3129
Octal23365141010245475166151
Binary10011011110101110000101000010100101100111101001110110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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