#9B3255

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

Shades of Lipstick #9B3255

Tints of Lipstick #9B3255

Color information

#9B3255 (or 0x9B3255) is unknown color: approx Lipstick. HEX triplet: 9B, 32 and 55. RGB value is (155,50,85). Sum of RGB (Red+Green+Blue) = 155+50+85=290 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.45% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3255 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3255 is #64CDAA. Grayscale: #555555. Windows color (decimal): -6606251 or 5583515. OLE color: 5583515.

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

Color convert

RGB1555085-
CMYK00.680.450.39
HSL340º51.22%40.2%-
HSV(B)340º67.74%60.78%-
XYZ16.39.919.65-
YUV85.38127.79177.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.45%
GREEN value IS 50 (19.92% from 255) = 17.24%
BLUE value IS 85 (33.59% from 255) = 29.31%
R=53.45%
G=17.24%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155508500.680.450.3934051.2240.2
Hex9B32550442D271543328
Octal23362125010455475246350
Binary10011011110010101010101000100101101100111101010100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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