#963D54

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

Shades of Night Shadz #963D54

Tints of Night Shadz #963D54

Color information

#963D54 (or 0x963D54) is unknown color: approx Night Shadz. HEX triplet: 96, 3D and 54. RGB value is (150,61,84). Sum of RGB (Red+Green+Blue) = 150+61+84=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 61 (24.22% from 255 or 20.68% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #963D54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963D54 is #69C2AB. Grayscale: #5A5A5A. Windows color (decimal): -6931116 or 5520790. OLE color: 5520790.

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

Color convert

RGB1506184-
CMYK00.590.440.41
HSL344.49º42.18%41.37%-
HSV(B)344.49º59.33%58.82%-
XYZ15.8510.469.57-
YUV90.23124.49170.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.85%
GREEN value IS 61 (24.22% from 255) = 20.68%
BLUE value IS 84 (33.20% from 255) = 28.47%
R=50.85%
G=20.68%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150618400.590.440.41344.4942.1841.37
Hex963D5403B2C291582a29
Octal2267512407354515305251
Binary1001011011110110101000111011101100101001101011000101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,61,84); }

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

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

 a { background-color: rgb(150,61,84); }

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

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

 span { border-color: rgb(150,61,84); }

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