#963F50

Color #963F50 Night Shadz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Night Shadz #963F50

Tints of Night Shadz #963F50

Color information

#963F50 (or 0x963F50) is unknown color: approx Night Shadz. HEX triplet: 96, 3F and 50. RGB value is (150,63,80). Sum of RGB (Red+Green+Blue) = 150+63+80=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #963F50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963F50 is #69C0AF. Grayscale: #5A5A5A. Windows color (decimal): -6930608 or 5259158. OLE color: 5259158.

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

Color convert

RGB1506380-
CMYK00.580.470.41
HSL348.28º40.85%41.76%-
HSV(B)348.28º58%58.82%-
XYZ15.810.628.81-
YUV90.95121.82170.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.19%
GREEN value IS 63 (25% from 255) = 21.50%
BLUE value IS 80 (31.64% from 255) = 27.30%
R=51.19%
G=21.50%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150638000.580.470.41348.2840.8541.76
Hex963F5003A2F2915c292a
Octal2267712007257515345152
Binary1001011011111110100000111010101111101001101011100101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963F50; }

 p { color: rgb(150,63,80); }

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

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

 a { background-color: rgb(150,63,80); }

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

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

 span { border-color: rgb(150,63,80); }

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