#963556

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

Shades of Lipstick #963556

Tints of Lipstick #963556

Color information

#963556 (or 0x963556) is unknown color: approx Lipstick. HEX triplet: 96, 35 and 56. RGB value is (150,53,86). Sum of RGB (Red+Green+Blue) = 150+53+86=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 86 (33.98% from 255 or 29.76% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #963556 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963556 is #69CAA9. Grayscale: #555555. Windows color (decimal): -6933162 or 5649814. OLE color: 5649814.

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

Color convert

RGB1505386-
CMYK00.650.430.41
HSL339.59º47.78%39.8%-
HSV(B)339.59º64.67%58.82%-
XYZ15.539.79.86-
YUV85.76128.14173.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.90%
GREEN value IS 53 (21.09% from 255) = 18.34%
BLUE value IS 86 (33.98% from 255) = 29.76%
R=51.90%
G=18.34%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150538600.650.430.41339.5947.7839.8
Hex9635560412B291543028
Octal22665126010153515246050
Binary10010110110101101011001000001101011101001101010100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963556; }

 p { color: rgb(150,53,86); }

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

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

 a { background-color: rgb(150,53,86); }

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

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

 span { border-color: rgb(150,53,86); }

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