#963B4C

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

Shades of Night Shadz #963B4C

Tints of Night Shadz #963B4C

Color information

#963B4C (or 0x963B4C) is unknown color: approx Night Shadz. HEX triplet: 96, 3B and 4C. RGB value is (150,59,76). Sum of RGB (Red+Green+Blue) = 150+59+76=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #963B4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963B4C is #69C4B3. Grayscale: #585858. Windows color (decimal): -6931636 or 4995990. OLE color: 4995990.

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

Color convert

RGB1505976-
CMYK00.610.490.41
HSL348.79º43.54%40.98%-
HSV(B)348.79º60.67%58.82%-
XYZ15.4510.137.98-
YUV88.15121.15172.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.63%
GREEN value IS 59 (23.44% from 255) = 20.70%
BLUE value IS 76 (30.08% from 255) = 26.67%
R=52.63%
G=20.70%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150597600.610.490.41348.7943.5440.98
Hex963B4C03D312915d2c29
Octal2267311407561515355451
Binary1001011011101110011000111101110001101001101011101101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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