#963064

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

Shades of Lipstick #963064

Tints of Lipstick #963064

Color information

#963064 (or 0x963064) is unknown color: approx Lipstick. HEX triplet: 96, 30 and 64. RGB value is (150,48,100). Sum of RGB (Red+Green+Blue) = 150+48+100=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #963064 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963064 is #69CF9B. Grayscale: #545454. Windows color (decimal): -6934428 or 6566038. OLE color: 6566038.

HSL color Cylindrical-coordinate representation of color #963064: hue angle of 329.41º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #963064 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB15048100-
CMYK00.680.330.41
HSL329.41º51.52%38.82%-
HSV(B)329.41º68%58.82%-
XYZ15.939.5213.05-
YUV84.43136.79174.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.34%
GREEN value IS 48 (19.14% from 255) = 16.11%
BLUE value IS 100 (39.45% from 255) = 33.56%
R=50.34%
G=16.11%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504810000.680.330.41329.4151.5238.82
Hex96306404421291493427
Octal22660144010441515116447
Binary10010110110000110010001000100100001101001101001001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963064; }

 p { color: rgb(150,48,100); }

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

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

 a { background-color: rgb(150,48,100); }

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

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

 span { border-color: rgb(150,48,100); }

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