#963D4D

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

Shades of Night Shadz #963D4D

Tints of Night Shadz #963D4D

Color information

#963D4D (or 0x963D4D) is unknown color: approx Night Shadz. HEX triplet: 96, 3D and 4D. RGB value is (150,61,77). Sum of RGB (Red+Green+Blue) = 150+61+77=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #963D4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963D4D is #69C2B2. Grayscale: #595959. Windows color (decimal): -6931123 or 5062038. OLE color: 5062038.

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

Color convert

RGB1506177-
CMYK00.590.490.41
HSL349.21º42.18%41.37%-
HSV(B)349.21º59.33%58.82%-
XYZ15.5910.368.2-
YUV89.44120.99171.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.08%
GREEN value IS 61 (24.22% from 255) = 21.18%
BLUE value IS 77 (30.47% from 255) = 26.74%
R=52.08%
G=21.18%
B=26.74%

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
Decimal150617700.590.490.41349.2142.1841.37
Hex963D4D03B312915d2a29
Octal2267511507361515355251
Binary1001011011110110011010111011110001101001101011101101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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