#9B3261

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

Shades of Lipstick #9B3261

Tints of Lipstick #9B3261

Color information

#9B3261 (or 0x9B3261) is unknown color: approx Lipstick. HEX triplet: 9B, 32 and 61. RGB value is (155,50,97). Sum of RGB (Red+Green+Blue) = 155+50+97=302 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.32% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3261 is #64CD9E. Grayscale: #565656. Windows color (decimal): -6606239 or 6369947. OLE color: 6369947.

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

Color convert

RGB1555097-
CMYK00.680.370.39
HSL333.14º51.22%40.2%-
HSV(B)333.14º67.74%60.78%-
XYZ16.8210.1112.37-
YUV86.75133.79176.68-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.32%
GREEN value IS 50 (19.92% from 255) = 16.56%
BLUE value IS 97 (38.28% from 255) = 32.12%
R=51.32%
G=16.56%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155509700.680.370.39333.1451.2240.2
Hex9B3261044252714d3328
Octal23362141010445475156350
Binary10011011110010110000101000100100101100111101001101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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