#963C4A

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

Shades of Night Shadz #963C4A

Tints of Night Shadz #963C4A

Color information

#963C4A (or 0x963C4A) is unknown color: approx Night Shadz. HEX triplet: 96, 3C and 4A. RGB value is (150,60,74). Sum of RGB (Red+Green+Blue) = 150+60+74=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #963C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963C4A is #69C3B5. Grayscale: #585858. Windows color (decimal): -6931382 or 4865174. OLE color: 4865174.

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

Color convert

RGB1506074-
CMYK00.60.510.41
HSL350.67º42.86%41.18%-
HSV(B)350.67º60%58.82%-
XYZ15.4310.217.64-
YUV88.51119.82171.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.82%
GREEN value IS 60 (23.83% from 255) = 21.13%
BLUE value IS 74 (29.30% from 255) = 26.06%
R=52.82%
G=21.13%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150607400.60.510.41350.6742.8641.18
Hex963C4A03C332915f2b29
Octal2267411207463515375351
Binary1001011011110010010100111100110011101001101011111101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,60,74); }

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

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

 a { background-color: rgb(150,60,74); }

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

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

 span { border-color: rgb(150,60,74); }

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