#9B3152

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

Shades of Lipstick #9B3152

Tints of Lipstick #9B3152

Color information

#9B3152 (or 0x9B3152) is unknown color: approx Lipstick. HEX triplet: 9B, 31 and 52. RGB value is (155,49,82). Sum of RGB (Red+Green+Blue) = 155+49+82=286 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.20% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3152 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3152 is #64CEAD. Grayscale: #545454. Windows color (decimal): -6606510 or 5386651. OLE color: 5386651.

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

Color convert

RGB1554982-
CMYK00.680.470.39
HSL341.32º51.96%40%-
HSV(B)341.32º68.39%60.78%-
XYZ16.149.779.02-
YUV84.46126.62178.32-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.20%
GREEN value IS 49 (19.53% from 255) = 17.13%
BLUE value IS 82 (32.42% from 255) = 28.67%
R=54.20%
G=17.13%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155498200.680.470.39341.3251.9640
Hex9B31520442F271553428
Octal23361122010457475256450
Binary10011011110001101001001000100101111100111101010101110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,49,82); }

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

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

 a { background-color: rgb(155,49,82); }

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

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

 span { border-color: rgb(155,49,82); }

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