#963F55

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

Shades of Night Shadz #963F55

Tints of Night Shadz #963F55

Color information

#963F55 (or 0x963F55) is unknown color: approx Night Shadz. HEX triplet: 96, 3F and 55. RGB value is (150,63,85). Sum of RGB (Red+Green+Blue) = 150+63+85=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 63 (25% from 255 or 21.14% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #963F55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963F55 is #69C0AA. Grayscale: #5B5B5B. Windows color (decimal): -6930603 or 5586838. OLE color: 5586838.

HSL color Cylindrical-coordinate representation of color #963F55: hue angle of 344.83º 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 #963F55 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB1506385-
CMYK00.580.430.41
HSL344.83º40.85%41.76%-
HSV(B)344.83º58%58.82%-
XYZ15.9910.699.82-
YUV91.52124.32169.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.34%
GREEN value IS 63 (25% from 255) = 21.14%
BLUE value IS 85 (33.59% from 255) = 28.52%
R=50.34%
G=21.14%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150638500.580.430.41344.8340.8541.76
Hex963F5503A2B29159292a
Octal2267712507253515315152
Binary1001011011111110101010111010101011101001101011001101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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