#963E47

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

Shades of Night Shadz #963E47

Tints of Night Shadz #963E47

Color information

#963E47 (or 0x963E47) is unknown color: approx Night Shadz. HEX triplet: 96, 3E and 47. RGB value is (150,62,71). Sum of RGB (Red+Green+Blue) = 150+62+71=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 71 (28.12% from 255 or 25.09% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #963E47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963E47 is #69C1B8. Grayscale: #595959. Windows color (decimal): -6930873 or 4669078. OLE color: 4669078.

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

Color convert

RGB1506271-
CMYK00.590.530.41
HSL353.86º41.51%41.57%-
HSV(B)353.86º58.67%58.82%-
XYZ15.4410.387.15-
YUV89.34117.65171.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.00%
GREEN value IS 62 (24.61% from 255) = 21.91%
BLUE value IS 71 (28.12% from 255) = 25.09%
R=53.00%
G=21.91%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150627100.590.530.41353.8641.5141.57
Hex963E4703B35291622a2a
Octal2267610707365515425252
Binary1001011011111010001110111011110101101001101100010101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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