#963761

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

Shades of Lipstick #963761

Tints of Lipstick #963761

Color information

#963761 (or 0x963761) is unknown color: approx Lipstick. HEX triplet: 96, 37 and 61. RGB value is (150,55,97). Sum of RGB (Red+Green+Blue) = 150+55+97=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 55 (21.88% from 255 or 18.21% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #963761 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963761 is #69C89E. Grayscale: #585858. Windows color (decimal): -6932639 or 6371222. OLE color: 6371222.

HSL color Cylindrical-coordinate representation of color #963761: hue angle of 333.47º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #963761 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB1505597-
CMYK00.630.350.41
HSL333.47º46.34%40.2%-
HSV(B)333.47º63.33%58.82%-
XYZ16.110.0812.41-
YUV88.19132.97172.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.67%
GREEN value IS 55 (21.88% from 255) = 18.21%
BLUE value IS 97 (38.28% from 255) = 32.12%
R=49.67%
G=18.21%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150559700.630.350.41333.4746.3440.2
Hex96376103F232914d2e28
Octal2266714107743515155650
Binary1001011011011111000010111111100011101001101001101101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963761; }

 p { color: rgb(150,55,97); }

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

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

 a { background-color: rgb(150,55,97); }

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

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

 span { border-color: rgb(150,55,97); }

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