#963762

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

Shades of Lipstick #963762

Tints of Lipstick #963762

Color information

#963762 (or 0x963762) is unknown color: approx Lipstick. HEX triplet: 96, 37 and 62. RGB value is (150,55,98). Sum of RGB (Red+Green+Blue) = 150+55+98=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 98 (38.67% from 255 or 32.34% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #963762 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963762 is #69C89D. Grayscale: #585858. Windows color (decimal): -6932638 or 6436758. OLE color: 6436758.

HSL color Cylindrical-coordinate representation of color #963762: hue angle of 332.84º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #963762 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB1505598-
CMYK00.630.350.41
HSL332.84º46.34%40.2%-
HSV(B)332.84º63.33%58.82%-
XYZ16.1510.112.65-
YUV88.31133.47172-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.50%
GREEN value IS 55 (21.88% from 255) = 18.15%
BLUE value IS 98 (38.67% from 255) = 32.34%
R=49.50%
G=18.15%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150559800.630.350.41332.8446.3440.2
Hex96376203F232914d2e28
Octal2266714207743515155650
Binary1001011011011111000100111111100011101001101001101101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963762; }

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

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

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

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

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

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

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

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