#963B49

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

Shades of Night Shadz #963B49

Tints of Night Shadz #963B49

Color information

#963B49 (or 0x963B49) is unknown color: approx Night Shadz. HEX triplet: 96, 3B and 49. RGB value is (150,59,73). Sum of RGB (Red+Green+Blue) = 150+59+73=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 59 (23.44% from 255 or 20.92% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #963B49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963B49 is #69C4B6. Grayscale: #575757. Windows color (decimal): -6931639 or 4799382. OLE color: 4799382.

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

Color convert

RGB1505973-
CMYK00.610.510.41
HSL350.77º43.54%40.98%-
HSV(B)350.77º60.67%58.82%-
XYZ15.3410.097.44-
YUV87.8119.65172.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.19%
GREEN value IS 59 (23.44% from 255) = 20.92%
BLUE value IS 73 (28.91% from 255) = 25.89%
R=53.19%
G=20.92%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150597300.610.510.41350.7743.5440.98
Hex963B4903D332915f2c29
Octal2267311107563515375451
Binary1001011011101110010010111101110011101001101011111101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,59,73); }

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

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

 a { background-color: rgb(150,59,73); }

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

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

 span { border-color: rgb(150,59,73); }

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