#963059

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

Shades of Lipstick #963059

Tints of Lipstick #963059

Color information

#963059 (or 0x963059) is unknown color: approx Lipstick. HEX triplet: 96, 30 and 59. RGB value is (150,48,89). Sum of RGB (Red+Green+Blue) = 150+48+89=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #963059 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963059 is #69CFA6. Grayscale: #535353. Windows color (decimal): -6934439 or 5845142. OLE color: 5845142.

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

Color convert

RGB1504889-
CMYK00.680.410.41
HSL335.88º51.52%38.82%-
HSV(B)335.88º68%58.82%-
XYZ15.449.3210.44-
YUV83.17131.29175.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.26%
GREEN value IS 48 (19.14% from 255) = 16.72%
BLUE value IS 89 (35.16% from 255) = 31.01%
R=52.26%
G=16.72%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150488900.680.410.41335.8851.5238.82
Hex96305904429291503427
Octal22660131010451515206447
Binary10010110110000101100101000100101001101001101010000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963059; }

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

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

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

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

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

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

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

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