#963562

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

Shades of Lipstick #963562

Tints of Lipstick #963562

Color information

#963562 (or 0x963562) is unknown color: approx Lipstick. HEX triplet: 96, 35 and 62. RGB value is (150,53,98). Sum of RGB (Red+Green+Blue) = 150+53+98=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 98 (38.67% from 255 or 32.56% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #963562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963562 is #69CA9D. Grayscale: #575757. Windows color (decimal): -6933150 or 6436246. OLE color: 6436246.

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

Color convert

RGB1505398-
CMYK00.650.350.41
HSL332.16º47.78%39.8%-
HSV(B)332.16º64.67%58.82%-
XYZ16.069.9112.62-
YUV87.13134.14172.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.83%
GREEN value IS 53 (21.09% from 255) = 17.61%
BLUE value IS 98 (38.67% from 255) = 32.56%
R=49.83%
G=17.61%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150539800.650.350.41332.1647.7839.8
Hex963562041232914c3028
Octal22665142010143515146050
Binary10010110110101110001001000001100011101001101001100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963562; }

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

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

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

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

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

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

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

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