#963E56

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

Shades of Night Shadz #963E56

Tints of Night Shadz #963E56

Color information

#963E56 (or 0x963E56) is unknown color: approx Night Shadz. HEX triplet: 96, 3E and 56. RGB value is (150,62,86). Sum of RGB (Red+Green+Blue) = 150+62+86=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 62 (24.61% from 255 or 20.81% from 298); Blue value is 86 (33.98% from 255 or 28.86% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #963E56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963E56 is #69C1A9. Grayscale: #5B5B5B. Windows color (decimal): -6930858 or 5652118. OLE color: 5652118.

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

Color convert

RGB1506286-
CMYK00.590.430.41
HSL343.64º41.51%41.57%-
HSV(B)343.64º58.67%58.82%-
XYZ15.9810.610.01-
YUV91.05125.15170.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.34%
GREEN value IS 62 (24.61% from 255) = 20.81%
BLUE value IS 86 (33.98% from 255) = 28.86%
R=50.34%
G=20.81%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150628600.590.430.41343.6441.5141.57
Hex963E5603B2B291582a2a
Octal2267612607353515305252
Binary1001011011111010101100111011101011101001101011000101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,62,86); }

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

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

 a { background-color: rgb(150,62,86); }

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

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

 span { border-color: rgb(150,62,86); }

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