#9b2755

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

Shades of Lipstick #9B2755

Tints of Lipstick #9B2755

Color information

#9B2755 (or 0x9B2755) is unknown color: approx Lipstick. HEX triplet: 9B, 27 and 55. RGB value is (155,39,85). Sum of RGB (Red+Green+Blue) = 155+39+85=279 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.56% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2755 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2755 is #64D8AA. Grayscale: #4E4E4E. Windows color (decimal): -6609067 or 5580699. OLE color: 5580699.

HSL color Cylindrical-coordinate representation of color #9B2755: hue angle of 336.21º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B2755 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB1553985-
CMYK00.750.450.39
HSL336.21º59.79%38.04%-
HSV(B)336.21º74.84%60.78%-
XYZ15.889.089.51-
YUV78.93131.43182.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.56%
GREEN value IS 39 (15.62% from 255) = 13.98%
BLUE value IS 85 (33.59% from 255) = 30.47%
R=55.56%
G=13.98%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155398500.750.450.39336.2159.7938.04
Hex9B275504B2D271503c26
Octal23347125011355475207446
Binary10011011100111101010101001011101101100111101010000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b2755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,39,85); }

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

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

 a { background-color: rgb(155,39,85); }

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

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

 span { border-color: rgb(155,39,85); }

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