#963B53

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

Shades of Night Shadz #963B53

Tints of Night Shadz #963B53

Color information

#963B53 (or 0x963B53) is unknown color: approx Night Shadz. HEX triplet: 96, 3B and 53. RGB value is (150,59,83). Sum of RGB (Red+Green+Blue) = 150+59+83=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 59 (23.44% from 255 or 20.21% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #963B53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963B53 is #69C4AC. Grayscale: #585858. Windows color (decimal): -6931629 or 5454742. OLE color: 5454742.

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

Color convert

RGB1505983-
CMYK00.610.450.41
HSL344.18º43.54%40.98%-
HSV(B)344.18º60.67%58.82%-
XYZ15.710.249.33-
YUV88.94124.65171.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.37%
GREEN value IS 59 (23.44% from 255) = 20.21%
BLUE value IS 83 (32.81% from 255) = 28.42%
R=51.37%
G=20.21%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150598300.610.450.41344.1843.5440.98
Hex963B5303D2D291582c29
Octal2267312307555515305451
Binary1001011011101110100110111101101101101001101011000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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