#963364

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

Shades of Lipstick #963364

Tints of Lipstick #963364

Color information

#963364 (or 0x963364) is unknown color: approx Lipstick. HEX triplet: 96, 33 and 64. RGB value is (150,51,100). Sum of RGB (Red+Green+Blue) = 150+51+100=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #963364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963364 is #69CC9B. Grayscale: #565656. Windows color (decimal): -6933660 or 6566806. OLE color: 6566806.

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

Color convert

RGB15051100-
CMYK00.660.330.41
HSL330.3º49.25%39.41%-
HSV(B)330.3º66%58.82%-
XYZ16.069.7713.1-
YUV86.19135.8173.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.83%
GREEN value IS 51 (20.31% from 255) = 16.94%
BLUE value IS 100 (39.45% from 255) = 33.22%
R=49.83%
G=16.94%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505110000.660.330.41330.349.2539.41
Hex963364042212914a3127
Octal22663144010241515126147
Binary10010110110011110010001000010100001101001101001010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963364; }

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

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

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

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

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

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

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

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