#963360

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

Shades of Lipstick #963360

Tints of Lipstick #963360

Color information

#963360 (or 0x963360) is unknown color: approx Lipstick. HEX triplet: 96, 33 and 60. RGB value is (150,51,96). Sum of RGB (Red+Green+Blue) = 150+51+96=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #963360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963360 is #69CC9F. Grayscale: #555555. Windows color (decimal): -6933664 or 6304662. OLE color: 6304662.

HSL color Cylindrical-coordinate representation of color #963360: hue angle of 332.73º 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 #963360 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB1505196-
CMYK00.660.360.41
HSL332.73º49.25%39.41%-
HSV(B)332.73º66%58.82%-
XYZ15.879.712.1-
YUV85.73133.8173.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.51%
GREEN value IS 51 (20.31% from 255) = 17.17%
BLUE value IS 96 (37.89% from 255) = 32.32%
R=50.51%
G=17.17%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150519600.660.360.41332.7349.2539.41
Hex963360042242914d3127
Octal22663140010244515156147
Binary10010110110011110000001000010100100101001101001101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963360; }

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

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

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

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

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

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

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

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