#963057

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

Shades of Lipstick #963057

Tints of Lipstick #963057

Color information

#963057 (or 0x963057) is unknown color: approx Lipstick. HEX triplet: 96, 30 and 57. RGB value is (150,48,87). Sum of RGB (Red+Green+Blue) = 150+48+87=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #963057 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963057 is #69CFA8. Grayscale: #525252. Windows color (decimal): -6934441 or 5714070. OLE color: 5714070.

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

Color convert

RGB1504887-
CMYK00.680.420.41
HSL337.06º51.52%38.82%-
HSV(B)337.06º68%58.82%-
XYZ15.359.2910-
YUV82.94130.29175.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.63%
GREEN value IS 48 (19.14% from 255) = 16.84%
BLUE value IS 87 (34.38% from 255) = 30.53%
R=52.63%
G=16.84%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150488700.680.420.41337.0651.5238.82
Hex9630570442A291513427
Octal22660127010452515216447
Binary10010110110000101011101000100101010101001101010001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963057; }

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

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

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

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

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

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

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

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