#963D4C

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

Shades of Night Shadz #963D4C

Tints of Night Shadz #963D4C

Color information

#963D4C (or 0x963D4C) is unknown color: approx Night Shadz. HEX triplet: 96, 3D and 4C. RGB value is (150,61,76). Sum of RGB (Red+Green+Blue) = 150+61+76=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #963D4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963D4C is #69C2B3. Grayscale: #595959. Windows color (decimal): -6931124 or 4996502. OLE color: 4996502.

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

Color convert

RGB1506176-
CMYK00.590.490.41
HSL349.89º42.18%41.37%-
HSV(B)349.89º59.33%58.82%-
XYZ15.5510.348.01-
YUV89.32120.49171.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.26%
GREEN value IS 61 (24.22% from 255) = 21.25%
BLUE value IS 76 (30.08% from 255) = 26.48%
R=52.26%
G=21.25%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150617600.590.490.41349.8942.1841.37
Hex963D4C03B312915e2a29
Octal2267511407361515365251
Binary1001011011110110011000111011110001101001101011110101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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