#963655

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

Shades of Lipstick #963655

Tints of Lipstick #963655

Color information

#963655 (or 0x963655) is unknown color: approx Lipstick. HEX triplet: 96, 36 and 55. RGB value is (150,54,85). Sum of RGB (Red+Green+Blue) = 150+54+85=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #963655 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963655 is #69C9AA. Grayscale: #565656. Windows color (decimal): -6932907 or 5584534. OLE color: 5584534.

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

Color convert

RGB1505485-
CMYK00.640.430.41
HSL340.62º47.06%40%-
HSV(B)340.62º64%58.82%-
XYZ15.549.789.66-
YUV86.24127.3173.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.90%
GREEN value IS 54 (21.48% from 255) = 18.69%
BLUE value IS 85 (33.59% from 255) = 29.41%
R=51.90%
G=18.69%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150548500.640.430.41340.6247.0640
Hex9636550402B291552f28
Octal22666125010053515255750
Binary10010110110110101010101000000101011101001101010101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963655; }

 p { color: rgb(150,54,85); }

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

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

 a { background-color: rgb(150,54,85); }

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

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

 span { border-color: rgb(150,54,85); }

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