#9b325a

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

Shades of Lipstick #9B325A

Tints of Lipstick #9B325A

Color information

#9B325A (or 0x9B325A) is unknown color: approx Lipstick. HEX triplet: 9B, 32 and 5A. RGB value is (155,50,90). Sum of RGB (Red+Green+Blue) = 155+50+90=295 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.54% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 155 - color contains mainly: red. Hex color #9B325A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B325A is #64CDA5. Grayscale: #555555. Windows color (decimal): -6606246 or 5911195. OLE color: 5911195.

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

Color convert

RGB1555090-
CMYK00.680.420.39
HSL337.14º51.22%40.2%-
HSV(B)337.14º67.74%60.78%-
XYZ16.59.9910.73-
YUV85.96130.29177.25-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.54%
GREEN value IS 50 (19.92% from 255) = 16.95%
BLUE value IS 90 (35.55% from 255) = 30.51%
R=52.54%
G=16.95%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155509000.680.420.39337.1451.2240.2
Hex9B325A0442A271513328
Octal23362132010452475216350
Binary10011011110010101101001000100101010100111101010001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b325a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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