#9B325B

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

Shades of Lipstick #9B325B

Tints of Lipstick #9B325B

Color information

#9B325B (or 0x9B325B) is unknown color: approx Lipstick. HEX triplet: 9B, 32 and 5B. RGB value is (155,50,91). Sum of RGB (Red+Green+Blue) = 155+50+91=296 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.36% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 155 - color contains mainly: red. Hex color #9B325B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B325B is #64CDA4. Grayscale: #565656. Windows color (decimal): -6606245 or 5976731. OLE color: 5976731.

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

Color convert

RGB1555091-
CMYK00.680.410.39
HSL336.57º51.22%40.2%-
HSV(B)336.57º67.74%60.78%-
XYZ16.5510.0110.96-
YUV86.07130.79177.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.36%
GREEN value IS 50 (19.92% from 255) = 16.89%
BLUE value IS 91 (35.94% from 255) = 30.74%
R=52.36%
G=16.89%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155509100.680.410.39336.5751.2240.2
Hex9B325B04429271513328
Octal23362133010451475216350
Binary10011011110010101101101000100101001100111101010001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B325B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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