#963E4D

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

Shades of Night Shadz #963E4D

Tints of Night Shadz #963E4D

Color information

#963E4D (or 0x963E4D) is unknown color: approx Night Shadz. HEX triplet: 96, 3E and 4D. RGB value is (150,62,77). Sum of RGB (Red+Green+Blue) = 150+62+77=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 62 (24.61% from 255 or 21.45% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #963E4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963E4D is #69C1B2. Grayscale: #5A5A5A. Windows color (decimal): -6930867 or 5062294. OLE color: 5062294.

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

Color convert

RGB1506277-
CMYK00.590.490.41
HSL349.77º41.51%41.57%-
HSV(B)349.77º58.67%58.82%-
XYZ15.6410.478.22-
YUV90.02120.65170.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.90%
GREEN value IS 62 (24.61% from 255) = 21.45%
BLUE value IS 77 (30.47% from 255) = 26.64%
R=51.90%
G=21.45%
B=26.64%

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
Decimal150627700.590.490.41349.7741.5141.57
Hex963E4D03B312915e2a2a
Octal2267611507361515365252
Binary1001011011111010011010111011110001101001101011110101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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