#9B365E

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

Shades of Lipstick #9B365E

Tints of Lipstick #9B365E

Color information

#9B365E (or 0x9B365E) is unknown color: approx Lipstick. HEX triplet: 9B, 36 and 5E. RGB value is (155,54,94). Sum of RGB (Red+Green+Blue) = 155+54+94=303 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.16% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 155 - color contains mainly: red. Hex color #9B365E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B365E is #64C9A1. Grayscale: #585858. Windows color (decimal): -6605218 or 6174363. OLE color: 6174363.

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

Color convert

RGB1555494-
CMYK00.650.390.39
HSL336.24º48.33%40.98%-
HSV(B)336.24º65.16%60.78%-
XYZ16.8610.4211.71-
YUV88.76130.96175.25-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.16%
GREEN value IS 54 (21.48% from 255) = 17.82%
BLUE value IS 94 (37.11% from 255) = 31.02%
R=51.16%
G=17.82%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155549400.650.390.39336.2448.3340.98
Hex9B365E04127271503029
Octal23366136010147475206051
Binary10011011110110101111001000001100111100111101010000110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B365E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,54,94); }

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

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

 a { background-color: rgb(155,54,94); }

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

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

 span { border-color: rgb(155,54,94); }

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