#963659

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

Shades of Lipstick #963659

Tints of Lipstick #963659

Color information

#963659 (or 0x963659) is unknown color: approx Lipstick. HEX triplet: 96, 36 and 59. RGB value is (150,54,89). Sum of RGB (Red+Green+Blue) = 150+54+89=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 54 (21.48% from 255 or 18.43% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #963659 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963659 is #69C9A6. Grayscale: #565656. Windows color (decimal): -6932903 or 5846678. OLE color: 5846678.

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

Color convert

RGB1505489-
CMYK00.640.410.41
HSL338.12º47.06%40%-
HSV(B)338.12º64%58.82%-
XYZ15.79.8410.52-
YUV86.69129.3173.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.19%
GREEN value IS 54 (21.48% from 255) = 18.43%
BLUE value IS 89 (35.16% from 255) = 30.38%
R=51.19%
G=18.43%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150548900.640.410.41338.1247.0640
Hex96365904029291522f28
Octal22666131010051515225750
Binary10010110110110101100101000000101001101001101010010101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963659; }

 p { color: rgb(150,54,89); }

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

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

 a { background-color: rgb(150,54,89); }

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

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

 span { border-color: rgb(150,54,89); }

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