#963163

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

Shades of Lipstick #963163

Tints of Lipstick #963163

Color information

#963163 (or 0x963163) is unknown color: approx Lipstick. HEX triplet: 96, 31 and 63. RGB value is (150,49,99). Sum of RGB (Red+Green+Blue) = 150+49+99=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 99 (39.06% from 255 or 33.22% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #963163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963163 is #69CE9C. Grayscale: #545454. Windows color (decimal): -6934173 or 6500758. OLE color: 6500758.

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

Color convert

RGB1504999-
CMYK00.670.340.41
HSL330.3º50.75%39.02%-
HSV(B)330.3º67.33%58.82%-
XYZ15.939.5812.81-
YUV84.9135.96174.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.34%
GREEN value IS 49 (19.53% from 255) = 16.44%
BLUE value IS 99 (39.06% from 255) = 33.22%
R=50.34%
G=16.44%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150499900.670.340.41330.350.7539.02
Hex963163043222914a3327
Octal22661143010342515126347
Binary10010110110001110001101000011100010101001101001010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963163; }

 p { color: rgb(150,49,99); }

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

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

 a { background-color: rgb(150,49,99); }

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

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

 span { border-color: rgb(150,49,99); }

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