#9B2C6B

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

Shades of Lipstick #9B2C6B

Tints of Lipstick #9B2C6B

Color information

#9B2C6B (or 0x9B2C6B) is unknown color: approx Lipstick. HEX triplet: 9B, 2C and 6B. RGB value is (155,44,107). Sum of RGB (Red+Green+Blue) = 155+44+107=306 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.65% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2C6B is #64D394. Grayscale: #545454. Windows color (decimal): -6607765 or 7023771. OLE color: 7023771.

HSL color Cylindrical-coordinate representation of color #9B2C6B: hue angle of 325.95º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B2C6B is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB15544107-
CMYK00.720.310.39
HSL325.95º55.78%39.02%-
HSV(B)325.95º71.61%60.78%-
XYZ17.079.8314.91-
YUV84.37140.77178.38-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.65%
GREEN value IS 44 (17.58% from 255) = 14.38%
BLUE value IS 107 (42.19% from 255) = 34.97%
R=50.65%
G=14.38%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1554410700.720.310.39325.9555.7839.02
Hex9B2C6B0481F271463827
Octal23354153011037475067047
Binary1001101110110011010110100100011111100111101000110111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,44,107); }

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

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

 a { background-color: rgb(155,44,107); }

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

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

 span { border-color: rgb(155,44,107); }

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